mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
add missing HWLIBS_CFLAGS, simplify Makefiles
This commit is contained in:
@@ -18,13 +18,8 @@ AM_CPPFLAGS += \
|
|||||||
@FREETYPE_CFLAGS@ \
|
@FREETYPE_CFLAGS@ \
|
||||||
@LUA_CFLAGS@
|
@LUA_CFLAGS@
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
AM_CPPFLAGS += \
|
||||||
if BOXMODEL_APOLLO
|
@HWLIB_CFLAGS@
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
|
||||||
else
|
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libneutrino_gui_lua.a
|
noinst_LIBRARIES = libneutrino_gui_lua.a
|
||||||
|
|
||||||
|
@@ -16,16 +16,8 @@ AM_CPPFLAGS += \
|
|||||||
@SIGC_CFLAGS@ \
|
@SIGC_CFLAGS@ \
|
||||||
@FREETYPE_CFLAGS@
|
@FREETYPE_CFLAGS@
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
AM_CPPFLAGS += \
|
||||||
if BOXMODEL_APOLLO
|
@HWLIB_CFLAGS@
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream2
|
|
||||||
else
|
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/lib/libcoolstream
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
if BOXTYPE_TRIPLE
|
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/lib/libtriple
|
|
||||||
endif
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
noinst_LIBRARIES = libnhttpd_tuxboxapi.a
|
||||||
|
|
||||||
|
@@ -12,6 +12,9 @@ AM_CPPFLAGS = \
|
|||||||
|
|
||||||
AM_CPPFLAGS += -fno-rtti -fno-exceptions -D_FILE_OFFSET_BITS=64 -D__STDC_FORMAT_MACROS
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions -D_FILE_OFFSET_BITS=64 -D__STDC_FORMAT_MACROS
|
||||||
|
|
||||||
|
AM_CPPFLAGS += \
|
||||||
|
@HWLIB_CFLAGS@
|
||||||
|
|
||||||
noinst_LIBRARIES = libyhttpdmods.a
|
noinst_LIBRARIES = libyhttpdmods.a
|
||||||
|
|
||||||
libyhttpdmods_a_SOURCES = \
|
libyhttpdmods_a_SOURCES = \
|
||||||
|
Reference in New Issue
Block a user