Files
recycled-ni-neutrino/lib/sectionsdclient/Makefile.am
Michael Liebmann ec6bf71c64 Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5091e920fc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-14 (Mon, 14 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-10-17 04:22:49 +02:00

19 lines
469 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/lib/connection \
-I$(top_srcdir)/lib/libeventserver
noinst_LIBRARIES = libsectionsdclient.a
AM_CPPFLAGS += -fno-rtti -fno-exceptions
libsectionsdclient_a_SOURCES = sectionsdclient.cpp
bin_PROGRAMS = sectionsdcontrol
sectionsdcontrol_SOURCES = sectionsdcontrol.cpp
sectionsdcontrol_LDADD = \
libsectionsdclient.a \
$(top_builddir)/lib/connection/libtuxbox-connection.a