diff options
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 |