diff --git a/src/nhttpd/tuxboxapi/Makefile.am b/src/nhttpd/tuxboxapi/Makefile.am index f208f7b02..2376c052c 100644 --- a/src/nhttpd/tuxboxapi/Makefile.am +++ b/src/nhttpd/tuxboxapi/Makefile.am @@ -21,5 +21,7 @@ AM_CPPFLAGS += \ noinst_LIBRARIES = libnhttpd_tuxboxapi.a libnhttpd_tuxboxapi_a_SOURCES = \ - neutrinoapi.cpp neutrinoyparser.cpp controlapi.cpp + controlapi.cpp \ + neutrinoapi.cpp \ + neutrinoyparser.cpp diff --git a/src/nhttpd/yhttpd_core/Makefile.am b/src/nhttpd/yhttpd_core/Makefile.am index 5d95d0e77..6f97b33c1 100644 --- a/src/nhttpd/yhttpd_core/Makefile.am +++ b/src/nhttpd/yhttpd_core/Makefile.am @@ -17,6 +17,13 @@ AM_CPPFLAGS += -fno-rtti -fno-exceptions -D_FILE_OFFSET_BITS=64 noinst_LIBRARIES = libyhttpd.a libyhttpd_a_SOURCES = \ - ylogging.cpp helper.cpp ylanguage.cpp\ - ywebserver.cpp yconnection.cpp yrequest.cpp yresponse.cpp yhook.cpp ysocket.cpp + helper.cpp \ + yconnection.cpp \ + yhook.cpp \ + ylanguage.cpp\ + ylogging.cpp \ + yrequest.cpp \ + yresponse.cpp \ + ysocket.cpp \ + ywebserver.cpp