Files
neutrino/lib/libtuxtxt/Makefile.am
Stefan Seyfried 944a4e4ecd 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
2016-10-23 17:22:16 +02:00

22 lines
529 B
Makefile

AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/zapit/include \
$(FREETYPE_CFLAGS) \
@SIGC_CFLAGS@ \
@HWLIB_CFLAGS@
AM_CPPFLAGS += -fno-rtti -fno-exceptions
noinst_LIBRARIES = libtuxtxt.a
libtuxtxt_a_SOURCES = libtuxtxt.cpp tuxtxt.cpp
configdir = $(CONFIGDIR)/tuxtxt
## not necessary - the defaults in the code are exactly like
## what is in the config file
#config_DATA = tuxtxt2.conf
## ... but we need the $(configdir)... hence the empty config_DATA...
config_DATA =