mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
21 lines
556 B
Makefile
21 lines
556 B
Makefile
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
AM_CPPFLAGS += \
|
|
-I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/src/zapit/include \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/nhttpd \
|
|
-I$(top_srcdir)/src/nhttpd/yhttpd_core \
|
|
-I$(top_srcdir)/src/nhttpd/yhttpd_mods \
|
|
-I$(top_srcdir)/lib/connection \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
-I$(top_srcdir)/lib/libconfigfile \
|
|
-I$(top_srcdir)/lib/xmltree \
|
|
@FREETYPE_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
|
|
|
libnhttpd_tuxboxapi_a_SOURCES = \
|
|
neutrinoapi.cpp neutrinoyparser.cpp lcdapi.cpp controlapi.cpp
|
|
|