From 3d0f1fb1b62a3ee9a897f3ca7422e5f5be4716a0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Jul 2004 15:15:59 +0000 Subject: 2004-07-06 Colin Walters * doc/Makefile.am, qt/Makefile.am: mono/doc/Makefile.am: Allow 'make dist' without doc building of various sorts or QT support enabled. --- qt/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt') diff --git a/qt/Makefile.am b/qt/Makefile.am index e6f7a08b..fd273500 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -1,3 +1,4 @@ +if HAVE_QT INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CXXFLAGS) dbusincludedir=$(includedir)/dbus-1.0/dbus @@ -23,3 +24,4 @@ libdbus_qt_1_la_LDFLAGS= -version-info 1:0 %.moc: %.h $(QT_MOC) $< > $@ +endif -- cgit