mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@41 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ade08978b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2009-12-13 (Sun, 13 Dec 2009)
------------------
This commit was generated by Migit
19 lines
465 B
Makefile
19 lines
465 B
Makefile
INCLUDES = \
|
|
-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
|