[Telepathy-commits] [telepathy-qt4/master] Fix thinko in moc rules

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 8 08:57:33 PST 2009


---
 TelepathyQt4/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 3dc044f..fbb3d86 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -313,9 +313,9 @@ _gen/cli-%.h _gen/cli-%-body.hpp: _gen/spec-%.xml \
 		--must-define='IN_TELEPATHY_QT4_HEADER' \
 		$$mainiface
 
-Client/%.moc.hpp: $(srcdir)/%.h _gen/constants.h _gen/types.h
+Client/%.moc.hpp: $(srcdir)/Client/%.h _gen/constants.h _gen/types.h
 	$(mkdir_p) Client
 	$(MOC) @QTCORE_CFLAGS@ @QTDBUS_CFLAGS@ -I$(top_builddir) -I$(top_srcdir) -i $< -o $@
 
-_gen/%.moc.hpp: %.h _gen/constants.h _gen/types.h
+_gen/%.moc.hpp: _gen/%.h _gen/constants.h _gen/types.h
 	$(MOC) @QTCORE_CFLAGS@ @QTDBUS_CFLAGS@ -I$(top_builddir) -I$(top_srcdir) -i $< -o $@
-- 
1.5.6.5




More information about the Telepathy-commits mailing list