diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:17:00 +0200 |
commit | 9d017418fed33fa6de92fb3c96f0af294dcb4169 (patch) | |
tree | 48752953862b73f23f140e5a991395cfe852773e /src | |
parent | 7bf29752d631a246dd0767149aa42cb478369646 (diff) | |
download | potracegui-9d017418fed33fa6de92fb3c96f0af294dcb4169.tar.gz potracegui-9d017418fed33fa6de92fb3c96f0af294dcb4169.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1eb09ab..2317812 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,8 +21,8 @@ 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -potracegui_LDADD = $(LIB_KIO) $(LIB_TDEUI) +potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +potracegui_LDADD = $(LIB_TDEIO) $(LIB_TDEUI) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities |