From b353103ec003ea1c87f8ffe3ff2caf061cbfa44f Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 30 Jan 2022 16:44:05 +0100 Subject: Drop automake build support. Rework the README and INSTALL files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/upnp/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/upnp/Makefile.am (limited to 'src/upnp') 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) -- cgit v1.2.3