CVS commit by coolo: cleaning up M +2 -5 Makefile.am 1.14 --- kdebase/kcontrol/style/Makefile.am #1.13:1.14 @@ -3,11 +3,9 @@ INCLUDES = $(all_includes) -SUBDIRS = . - kde_module_LTLIBRARIES = kcm_style.la kcm_style_la_SOURCES = kcmstyle.cpp stylepreview.ui menupreview.cpp kcm_style_la_LDFLAGS = $(KDE_RPATH) -module -avoid-version $(all_libraries) -no-undefined -kcm_style_la_LIBADD = $(LIB_KIO) $(top_builddir)/kcontrol/krdb/libkrdb.la +kcm_style_la_LIBADD = $(LIB_KIO) ../krdb/libkrdb.la kcm_style_la_METASOURCES = AUTO @@ -19,3 +17,2 @@ xdg_apps_DATA = style.desktop -install-data-local: