From c3b707c026782768bd8c0e6ae6b574fe8a36802d Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 17 Feb 2010 01:04:17 +0000 Subject: Added old abandoned KDE3 version of kmyfirewall git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1091559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- KMFIPTInterface/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 KMFIPTInterface/Makefile.am (limited to 'KMFIPTInterface/Makefile.am') diff --git a/KMFIPTInterface/Makefile.am b/KMFIPTInterface/Makefile.am new file mode 100644 index 0000000..c8b96ab --- /dev/null +++ b/KMFIPTInterface/Makefile.am @@ -0,0 +1,17 @@ +bin_PROGRAMS = kmfiptinterface +INCLUDES = $(all_includes) +kmfiptinterface_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) +kmfiptinterface_LDADD = $(LIB_KIO) +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.1