mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
11 lines
239 B
Makefile
11 lines
239 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/lib/connection \
|
|
-I$(top_srcdir)/lib/libeventserver
|
|
|
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
lib_LTLIBRARIES = libcontroldclient.la
|
|
|
|
libcontroldclient_la_SOURCES = controldclient.cpp
|