mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
noinst_LIBRARIES = libtuxbox-upnpclient.a
|
|
|
|
AM_CPPFLAGS = -fno-rtti
|
|
|
|
AM_CPPFLAGS += \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib/xmltree
|
|
|
|
libtuxbox_upnpclient_a_SOURCES = UPNPSocket.cpp UPNPDevice.cpp UPNPService.cpp
|