diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:46:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:46:04 -0600 |
commit | ae40a39290808c01b7f84768110efa8b5914140d (patch) | |
tree | 0efc161ee9d3f0ef7ff8b51542623b07e46cafc8 /doc | |
parent | b4768cf25e5e89c1ab2bf3cdd8b79784cd801bee (diff) | |
download | kmyfirewall-ae40a39290808c01b7f84768110efa8b5914140d.tar.gz kmyfirewall-ae40a39290808c01b7f84768110efa8b5914140d.zip |
Fix references to lkabc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | doc/kmyfirewall/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 46ebfd2..326c00e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -153,7 +153,7 @@ LIBUCB = LIBUTIL = -lutil LIBZ = -lz LIB_KAB = -lkab -LIB_KABC = -lkabc +LIB_KABC = -ltdeabc LIB_TDECORE = -ltdecore LIB_KDED = LIB_TDEPIM = -ltdepim diff --git a/doc/kmyfirewall/Makefile b/doc/kmyfirewall/Makefile index 0df651c..93ff30a 100644 --- a/doc/kmyfirewall/Makefile +++ b/doc/kmyfirewall/Makefile @@ -137,7 +137,7 @@ LIBUCB = LIBUTIL = -lutil LIBZ = -lz LIB_KAB = -lkab -LIB_KABC = -lkabc +LIB_KABC = -ltdeabc LIB_TDECORE = -ltdecore LIB_KDED = LIB_TDEPIM = -ltdepim |