gambas-source-code/gb.qt/gb.qt.am
Laurent Carlier 3a869be4c4 [GB.QT]
* BUG: Fix automake warning. Should fix building when GNU/make isn't 
available.

gb.qt.am:3: `%'-style pattern rules are a GNU make extension
Will be backported to 2.0 branch after more tests.


git-svn-id: svn://localhost/gambas/trunk@1267 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-03-29 21:26:15 +00:00

6 lines
No EOL
76 B
Text

CLEANFILES = *_moc.cpp
.h_moc.cpp:
$(MOC) -o $@ $<
SUFFIXES = .h _moc.cpp