From 8f7a6ec9f95fb98d2ff7ae3384140163dc19e22e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 19 Jun 2012 21:23:15 -0500 Subject: [PATCH] Update makefile for recent qmake->tqmake renaming. --- avahi-tqt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-tqt/Makefile.am b/avahi-tqt/Makefile.am index aa30f57..c2212f2 100644 --- a/avahi-tqt/Makefile.am +++ b/avahi-tqt/Makefile.am @@ -34,7 +34,7 @@ libavahi_tqt_la_SOURCES = \ qt-watch.cpp qt-watch.moc3: qt-watch.cpp - $(AM_V_GEN)$(MOC_QT3) moc $^ $@ + $(AM_V_GEN)$(MOC_QT3) tqmoc $^ $@ libavahi_tqt_la_CPPFLAGS = $(AM_CFLAGS) $(QT3_CFLAGS) $(VISIBILITY_HIDDEN_CFLAGS) libavahi_tqt_la_LIBADD = $(AM_LDADD) $(QT3_LIBS)