diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:48 +0200 |
commit | bdbc0ea90c852057ba8656081f951b10cf6c29fb (patch) | |
tree | 674a1e20be1b2d52ff7de6be3d98087ad8569db2 /khexedit/Makefile.am | |
parent | 46cb83f8689f04b2fb92ec301bf38c62bae42dda (diff) | |
download | tdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.tar.gz tdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'khexedit/Makefile.am')
-rw-r--r-- | khexedit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/Makefile.am b/khexedit/Makefile.am index 576c08b..557e6c7 100644 --- a/khexedit/Makefile.am +++ b/khexedit/Makefile.am @@ -20,8 +20,8 @@ draglabel.h progress.h hexeditstate.h chartabledialog.h hexdrag.h \ exportdialog.h fileinfodialog.h converterdialog.h listview.h searchbar.h khexedit_METASOURCES = AUTO -khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -khexedit_LDADD = $(LIB_KIO) $(LIB_TDEPRINT) +khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +khexedit_LDADD = $(LIB_TDEIO) $(LIB_TDEPRINT) xdg_apps_DATA = khexedit.desktop |