diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-25 14:10:30 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-11 09:01:34 +0900 |
| commit | fb640751bcfd3cdaaa78b003e5a67f1f985b0247 (patch) | |
| tree | 60f7c90fe22c0d4471ff30399f9b5fa23ba129eb /KMFIPTInterface | |
| parent | b397827f4140520cc6c85fa3ca61eee732211983 (diff) | |
| download | kmyfirewall-fb640751bcfd3cdaaa78b003e5a67f1f985b0247.tar.gz kmyfirewall-fb640751bcfd3cdaaa78b003e5a67f1f985b0247.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a2d6e5952c3fdb06a5a625817f3775189337ce8d)
Diffstat (limited to 'KMFIPTInterface')
| -rw-r--r-- | KMFIPTInterface/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
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) |
