diff options
Diffstat (limited to 'kcontrol/bell/Makefile.am')
-rw-r--r-- | kcontrol/bell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/bell/Makefile.am b/kcontrol/bell/Makefile.am index 3c3d94181..cc04d63a5 100644 --- a/kcontrol/bell/Makefile.am +++ b/kcontrol/bell/Makefile.am @@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_bell.la kcm_bell_la_SOURCES = bell.cpp kcm_bell_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kcm_bell_la_LIBADD = -lkdeui +kcm_bell_la_LIBADD = -ltdeui AM_CPPFLAGS= $(all_includes) |