From fb640751bcfd3cdaaa78b003e5a67f1f985b0247 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 25 Oct 2024 14:10:30 +0900 Subject: Drop autotools support Signed-off-by: Michele Calgaro (cherry picked from commit a2d6e5952c3fdb06a5a625817f3775189337ce8d) --- KMFIPTInterface/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 KMFIPTInterface/Makefile.am (limited to 'KMFIPTInterface') diff --git a/KMFIPTInterface/Makefile.am b/KMFIPTInterface/Makefile.am deleted file mode 100644 index 052672d..0000000 --- a/KMFIPTInterface/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -bin_PROGRAMS = kmfiptinterface -INCLUDES = $(all_includes) -kmfiptinterface_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) -kmfiptinterface_LDADD = $(LIB_TDEIO) -kmfiptinterface_SOURCES = main.cpp kmfiptinterface.cpp iptchecker.cpp kmfiptinterface.skel - - -noinst_HEADERS = kmfiptinterface.h iptchecker.h - -METASOURCES = AUTO - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/dcoptest.pot - - -service_DATA = kmfiptinterface.desktop -servicedir = $(kde_servicesdir) -- cgit v1.2.3