diff options
Diffstat (limited to 'khexedit/parts')
-rw-r--r-- | khexedit/parts/kbytesedit/Makefile.am | 2 | ||||
-rw-r--r-- | khexedit/parts/kpart/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/parts/kbytesedit/Makefile.am b/khexedit/parts/kbytesedit/Makefile.am index b8be127..17eb1ea 100644 --- a/khexedit/parts/kbytesedit/Makefile.am +++ b/khexedit/parts/kbytesedit/Makefile.am @@ -9,7 +9,7 @@ METASOURCES = AUTO libkbyteseditwidget_la_SOURCES = kbyteseditwidget.cpp libkbyteseditwidget_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined -libkbyteseditwidget_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_KPARTS) +libkbyteseditwidget_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_TDEPARTS) service_DATA = kbyteseditwidget.desktop servicedir = $(kde_servicesdir) diff --git a/khexedit/parts/kpart/Makefile.am b/khexedit/parts/kpart/Makefile.am index 42d9c77..24c025c 100644 --- a/khexedit/parts/kpart/Makefile.am +++ b/khexedit/parts/kpart/Makefile.am @@ -9,7 +9,7 @@ METASOURCES = AUTO libkhexedit2part_la_SOURCES = khepart.cpp khebrowserextension.cpp khepartfactory.cpp libkhexedit2part_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -no-undefined -libkhexedit2part_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_KPARTS) $(LIB_KIO) +libkhexedit2part_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_TDEPARTS) $(LIB_TDEIO) partdesktop_DATA = khexedit2part.desktop partdesktopdir = $(kde_servicesdir) |