diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:25 +0200 |
commit | 868467e21e43e3a20c987e1856963acab69d501e (patch) | |
tree | 7b1532f072a6c5c7f779543c0fae68057e5f92a9 /KMFIPTInterface | |
parent | 84a7a980d86fe18423be8e1a95046e5103b8f0ed (diff) | |
download | kmyfirewall-868467e21e43e3a20c987e1856963acab69d501e.tar.gz kmyfirewall-868467e21e43e3a20c987e1856963acab69d501e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r-- | KMFIPTInterface/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFIPTInterface/Makefile.am b/KMFIPTInterface/Makefile.am index c8b96ab..052672d 100644 --- a/KMFIPTInterface/Makefile.am +++ b/KMFIPTInterface/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = kmfiptinterface INCLUDES = $(all_includes) kmfiptinterface_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) -kmfiptinterface_LDADD = $(LIB_KIO) +kmfiptinterface_LDADD = $(LIB_TDEIO) kmfiptinterface_SOURCES = main.cpp kmfiptinterface.cpp iptchecker.cpp kmfiptinterface.skel |