diff options
author | Colin Walters <walters@verbum.org> | 2004-07-06 15:15:59 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2004-07-06 15:15:59 +0000 |
commit | 3d0f1fb1b62a3ee9a897f3ca7422e5f5be4716a0 (patch) | |
tree | f184065448103daf6ef9493c84f86b3c61faf840 /qt | |
parent | 54752a6d94a9d2cc4f488e8a3803e3b9bf9eda4b (diff) |
2004-07-06 Colin Walters <walters@redhat.com>
* doc/Makefile.am, qt/Makefile.am:
mono/doc/Makefile.am: Allow 'make dist'
without doc building of various sorts or
QT support enabled.
Diffstat (limited to 'qt')
-rw-r--r-- | qt/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |