summaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/popupeditor/Makefile.am')
-rw-r--r--src/modules/popupeditor/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/popupeditor/Makefile.am b/src/modules/popupeditor/Makefile.am
index 4770ecd8..91da5914 100644
--- a/src/modules/popupeditor/Makefile.am
+++ b/src/modules/popupeditor/Makefile.am
@@ -6,12 +6,12 @@ pluglib_LTLIBRARIES = libkvipopupeditor.la
libkvipopupeditor_la_LDFLAGS = -module -avoid-version $(SS_LDFLAGS) $(SS_LIBDIRS)
libkvipopupeditor_la_SOURCES = libkvipopupeditor.cpp popupeditor.cpp
-nodist_libkvipopupeditor_la_SOURCES = moc_popupeditor.cpp
-noinst_HEADERS = popupeditor.h
libkvipopupeditor_la_LIBADD = $(SS_LIBLINK) ../../kvirc/build/libkvirc.la
-# noinst_HEADERS=
+noinst_HEADERS = popupeditor.h
-moc_popupeditor.cpp: popupeditor.h
+%.moc: %.h
$(SS_QT_MOC) $< -o $@
+
+popupeditor.cpp: popupeditor.moc