diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:15 -0600 |
commit | 06ad876fe1444e1263c2eeaf4864eaf15718797b (patch) | |
tree | 78ef2ab30e3733ced3989d29017e44387e0c2e0b /ksysv | |
parent | fadf12ddbd394c32ecb6fb46ef230f08875c1fec (diff) | |
download | tdeadmin-06ad876fe1444e1263c2eeaf4864eaf15718797b.tar.gz tdeadmin-06ad876fe1444e1263c2eeaf4864eaf15718797b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksysv')
-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 fafbe9f..bb2573a 100644 --- a/ksysv/Makefile.am +++ b/ksysv/Makefile.am @@ -38,7 +38,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) -lktexteditor +ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor ksysv_LDADD = $(LIB_KFILE) -ltdeprint # this option you can leave out. Just, if you use "make dist", you need it |