]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/Makefile.am
thrid attempt at changing the naming pattern of the intermediated 'mocced' files
[features.git] / src / frontends / qt4 / Makefile.am
index 5b1919c10aead3f5b00ed3a3f206120bbb6dbf84..4c8f2c2f2291e25bb6b2b7dc05b7dc259b46b1c7 100644 (file)
@@ -13,9 +13,9 @@ UIC4FLAGS=-tr lyx::qt_
 ui_%.h: ui/%.ui
        $(UIC4) $(UIC4FLAGS) $< -o $@
 
-MOCEDFILES = $(MOCHEADER:%.h=%_moc.cpp)
+MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp)
 
-%_moc.cpp: %.h
+moc_%.cpp: %.h
        $(MOC4) -o $@ $<
 
 Resources.qrc: Makefile