diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:22:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:22:57 -0600 |
commit | d97711c28bab4faf6649fea15c289dbee6a92118 (patch) | |
tree | 1614a3a9222571f302bb39653465a2e3a8b3d8c6 /src/Makefile.am | |
parent | ef6c52bb6232e933183eeec50ba48ce624062fe9 (diff) | |
download | potracegui-d97711c28bab4faf6649fea15c289dbee6a92118.tar.gz potracegui-d97711c28bab4faf6649fea15c289dbee6a92118.zip |
Additional kde to tde renaming
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a58167f..a8d4b7e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = potracegui # the application source, library search path, and link libraries potracegui_SOURCES = main.cpp potracegui.cpp autotraceformats.cpp MainWidgetBase.ui mainwidget.cpp options.cpp -potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor potracegui_LDADD = $(LIB_KIO) $(LIB_KDEUI) # this is where the desktop file will go |