diff options
author | Slávek Banko <[email protected]> | 2013-07-27 16:34:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 16:34:45 +0200 |
commit | d76ff81b7c1beffef0b84e570914c8f2d47834e6 (patch) | |
tree | 284b80ce7c5456fbb041f7979ac2c0baeead8902 /src/upnp/Makefile.am | |
download | tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.tar.gz tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.zip |
Initial import of tork 0.33
Diffstat (limited to 'src/upnp/Makefile.am')
-rw-r--r-- | src/upnp/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/upnp/Makefile.am b/src/upnp/Makefile.am new file mode 100644 index 0000000..97a2708 --- /dev/null +++ b/src/upnp/Makefile.am @@ -0,0 +1,14 @@ +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) |