summaryrefslogtreecommitdiffstats
path: root/src/upnp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/upnp/Makefile.am')
-rw-r--r--src/upnp/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/upnp/Makefile.am b/src/upnp/Makefile.am
deleted file mode 100644
index 97a2708..0000000
--- a/src/upnp/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-METASOURCES = AUTO
-INCLUDES = $(all_includes)
-
-libktupnp_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libktupnp.la
-libktupnp_la_SOURCES = soap.cpp upnpdescriptionparser.cpp upnpmcastsocket.cpp \
- upnprouter.cpp portlist.cpp httprequest.cpp exitoperation.cpp \
- forwardportlist.cpp
-
-noinst_HEADERS = upnpmcastsocket.h upnprouter.h \
- upnpdescriptionparser.h soap.h
-
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)