3a869be4c4
* 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
6 lines
No EOL
76 B
Text
6 lines
No EOL
76 B
Text
CLEANFILES = *_moc.cpp
|
|
|
|
.h_moc.cpp:
|
|
$(MOC) -o $@ $<
|
|
|
|
SUFFIXES = .h _moc.cpp |