From f143f95493410526add2e1d3606d9d1f68cbf730 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 5 Sep 2017 08:49:02 +0200 Subject: [PATCH] nhttpd: sort entrys in Makefile.am Signed-off-by: Thilo Graf Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1a80fe45687d3086fc0a198588f4b915ff3a8961 Author: vanhofen Date: 2017-09-05 (Tue, 05 Sep 2017) Origin message was: ------------------ - nhttpd: sort entrys in Makefile.am Signed-off-by: Thilo Graf ------------------ This commit was generated by Migit --- src/nhttpd/tuxboxapi/Makefile.am | 4 +++- src/nhttpd/yhttpd_core/Makefile.am | 11 +++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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