diff options
author | Slávek Banko <[email protected]> | 2022-01-30 16:44:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 17:10:52 +0100 |
commit | b353103ec003ea1c87f8ffe3ff2caf061cbfa44f (patch) | |
tree | f1fa57beb75e0700e323d3d2478b57687cb43e0e /src/upnp | |
parent | 350c369a73eb1d9963df7888b17a573d3fb4a641 (diff) | |
download | tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.tar.gz tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/upnp')
-rw-r--r-- | src/upnp/Makefile.am | 14 |
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) |