You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tork/src/upnp/Makefile.am

15 lines
463 B

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)