mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- nhttpd: sort entrys in Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -21,5 +21,7 @@ AM_CPPFLAGS += \
|
|||||||
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
||||||
|
|
||||||
libnhttpd_tuxboxapi_a_SOURCES = \
|
libnhttpd_tuxboxapi_a_SOURCES = \
|
||||||
neutrinoapi.cpp neutrinoyparser.cpp controlapi.cpp
|
controlapi.cpp \
|
||||||
|
neutrinoapi.cpp \
|
||||||
|
neutrinoyparser.cpp
|
||||||
|
|
||||||
|
@@ -17,6 +17,13 @@ AM_CPPFLAGS += -fno-rtti -fno-exceptions -D_FILE_OFFSET_BITS=64
|
|||||||
noinst_LIBRARIES = libyhttpd.a
|
noinst_LIBRARIES = libyhttpd.a
|
||||||
|
|
||||||
libyhttpd_a_SOURCES = \
|
libyhttpd_a_SOURCES = \
|
||||||
ylogging.cpp helper.cpp ylanguage.cpp\
|
helper.cpp \
|
||||||
ywebserver.cpp yconnection.cpp yrequest.cpp yresponse.cpp yhook.cpp ysocket.cpp
|
yconnection.cpp \
|
||||||
|
yhook.cpp \
|
||||||
|
ylanguage.cpp\
|
||||||
|
ylogging.cpp \
|
||||||
|
yrequest.cpp \
|
||||||
|
yresponse.cpp \
|
||||||
|
ysocket.cpp \
|
||||||
|
ywebserver.cpp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user