diff options
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/Makefile.am b/khexedit/Makefile.am index bacaa75..47f3e60 100644 --- a/khexedit/Makefile.am +++ b/khexedit/Makefile.am @@ -20,7 +20,7 @@ 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) +khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor khexedit_LDADD = $(LIB_KIO) $(LIB_KDEPRINT) xdg_apps_DATA = khexedit.desktop |