diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:16 -0600 |
commit | 84a108376d7f1654d209c16baa092b84bd0996a4 (patch) | |
tree | 63cf33e49a8f982f735758e643a5747ba06f79b4 /ksysv/Makefile.am | |
parent | 9f89b461343e9bc44df34dfb52629b1a6063a3cf (diff) | |
download | tdeadmin-84a108376d7f1654d209c16baa092b84bd0996a4.tar.gz tdeadmin-84a108376d7f1654d209c16baa092b84bd0996a4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'ksysv/Makefile.am')
-rw-r--r-- | ksysv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/Makefile.am b/ksysv/Makefile.am index bb2573a..c1db389 100644 --- a/ksysv/Makefile.am +++ b/ksysv/Makefile.am @@ -39,7 +39,7 @@ ksysv_SOURCES = main.cpp \ # the library search path ksysv_METASOURCES = AUTO ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ksysv_LDADD = $(LIB_KFILE) -ltdeprint +ksysv_LDADD = $(LIB_TDEFILE) -ltdeprint # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = ActionList.h \ |