summaryrefslogtreecommitdiffstats
path: root/systemsettings/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 16:17:04 -0600
committerTimothy Pearson <[email protected]>2013-01-25 16:17:04 -0600
commit63c7b752146a799925d8e2669aa3ee40a04754c8 (patch)
tree9537f3dba6b8236799a00f921108dd6e38215a1a /systemsettings/Makefile.am
parentae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d (diff)
downloadtde-systemsettings-63c7b752146a799925d8e2669aa3ee40a04754c8.tar.gz
tde-systemsettings-63c7b752146a799925d8e2669aa3ee40a04754c8.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'systemsettings/Makefile.am')
-rw-r--r--systemsettings/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/Makefile.am b/systemsettings/Makefile.am
index 3a026f4..c1c58ca 100644
--- a/systemsettings/Makefile.am
+++ b/systemsettings/Makefile.am
@@ -23,9 +23,9 @@ SUBDIRS = . menu
bin_PROGRAMS = systemsettings
-systemsettings_SOURCES = kcmodulemenu.cpp kcmsearch.cpp kcmultiwidget.cpp main.cpp mainwindow.cpp moduleiconitem.cpp modulesview.cpp kcscrollview.cpp
+systemsettings_SOURCES = tdecmodulemenu.cpp kcmsearch.cpp kcmultiwidget.cpp main.cpp mainwindow.cpp moduleiconitem.cpp modulesview.cpp kcscrollview.cpp
-EXTRA_DIST = kcmodulemenu.h kcmultiwidget.h moduleiconitem.h version.h kcmsearch.h mainwindow.h modulesview.h kcscrollview.h
+EXTRA_DIST = tdecmodulemenu.h kcmultiwidget.h moduleiconitem.h version.h kcmsearch.h mainwindow.h modulesview.h kcscrollview.h
systemsettings_LDADD = $(LIB_TDEUI) $(LIB_KUTILS)
systemsettings_LDFLAGS = $(all_libraries) -module -avoid-version $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor