]> git.lyx.org Git - features.git/blobdiff - src/support/Makefile.am
thrid attempt at changing the naming pattern of the intermediated 'mocced' files
[features.git] / src / support / Makefile.am
index 1b5f7086e0b643314236f31d9e0381bc851a9fef..659eaa03f59427913818db7b52a23187c9689280 100644 (file)
@@ -17,12 +17,12 @@ BUILT_SOURCES = $(PCH_FILE)
 
 MOCHEADER = SignalSlotPrivate.h
 
-MOCEDFILES = $(MOCHEADER:%.h=%_moc.cpp)
+MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp)
 
 CLEANFILES += $(MOCEDFILES)
 BUILT_SOURCES += $(MOCEDFILES)
 
-%_moc.cpp: %.h
+moc_%.cpp: %.h
        $(MOC4) -o $@ $<
 
 liblyxsupport_la_DEPENDENCIES = $(MOCEDFILES)