diff options
author | Thiago Macieira <thiago.macieira@trolltech.com> | 2006-06-07 10:21:11 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:18 -0400 |
commit | 786b31518cfca376ca8ff03ad805082f3f10e992 (patch) | |
tree | 3d0b1e5f972e5788a9eda6f138df9948498cbe75 /qt | |
parent | 17349fe4022cf8a60bc2d6471297abbfb0a76bc7 (diff) |
* qt/Makfile.am: * qt/src/Makefile.am: Fix the EXTRA_DIST after the reorganisation. Thanks to Timo Hoenig for pointing this out.
Diffstat (limited to 'qt')
-rw-r--r-- | qt/Makefile.am | 2 | ||||
-rw-r--r-- | qt/src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am index e09fd1e..835059b 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -5,3 +5,5 @@ QT_SUBDIRS = src tools examples endif SUBDIRS = $(QT_SUBDIRS) + +EXTRA_DIST = qt-dbus.qdocconf diff --git a/qt/src/Makefile.am b/qt/src/Makefile.am index 41e3c5e..99b1788 100644 --- a/qt/src/Makefile.am +++ b/qt/src/Makefile.am @@ -64,7 +64,5 @@ libdbus_qt4_1_la_LIBADD= $(DBUS_QT_LIBS) $(top_builddir)/dbus/libdbus-1.la libdbus_qt4_1_la_LDFLAGS= -version-info 1:0 -no-undefined libdbus_qt4_1_la_CPPFLAGS= -DQDBUS_MAKEDLL -EXTRA_DIST = qt-dbus.qdocconf - %.moc: %.h $(QT_MOC) $< > $@ |