mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
fix Makefiles to include SIGC_CFLAGS
now that the framebuffer class includes libsigc++, the path to it must be known to all parts using framebuffer.h
This commit is contained in:
@@ -4,6 +4,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
@AVFORMAT_CFLAGS@ \
|
||||
@SIGC_CFLAGS@ \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||
|
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
$(FREETYPE_CFLAGS) \
|
||||
@SIGC_CFLAGS@ \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
||||
|
@@ -11,6 +11,7 @@ AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/lib/libeventserver \
|
||||
-I$(top_srcdir)/lib/xmltree \
|
||||
@FREETYPE_CFLAGS@ \
|
||||
@SIGC_CFLAGS@ \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
noinst_LIBRARIES = libzapit.a
|
||||
|
Reference in New Issue
Block a user