diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-19 21:23:15 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-19 21:23:15 -0500 |
commit | 8f7a6ec9f95fb98d2ff7ae3384140163dc19e22e (patch) | |
tree | cc88c095e09cd7750faa134d5c1ecc046ae20c37 | |
parent | 7b10d93d32d21d7c4a8414fe1f68380058a77ce1 (diff) | |
download | avahi-tqt-8f7a6ec9f95fb98d2ff7ae3384140163dc19e22e.tar.gz avahi-tqt-8f7a6ec9f95fb98d2ff7ae3384140163dc19e22e.zip |
Update makefile for recent qmake->tqmake renaming.
-rw-r--r-- | avahi-tqt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |