mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
nhttpd: sort entrys in Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1a80fe4568
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-05 (Tue, 05 Sep 2017)
Origin message was:
------------------
- nhttpd: sort entrys in Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user