mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
add missing HWLIBS_CFLAGS, simplify Makefiles
This commit is contained in:
@@ -16,16 +16,8 @@ AM_CPPFLAGS += \
|
||||
@SIGC_CFLAGS@ \
|
||||
@FREETYPE_CFLAGS@
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXMODEL_APOLLO
|
||||
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
|
||||
AM_CPPFLAGS += \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
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 += \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
noinst_LIBRARIES = libyhttpdmods.a
|
||||
|
||||
libyhttpdmods_a_SOURCES = \
|
||||
|
Reference in New Issue
Block a user