diff options
author | Thiago Macieira <thiago@kde.org> | 2006-04-30 11:07:01 +0000 |
---|---|---|
committer | Thiago Macieira <thiago@kde.org> | 2006-04-30 11:07:01 +0000 |
commit | 86bb5584d353e336aeaac5ddad3b5d51b359836e (patch) | |
tree | 15a9a2068c5050b65905ad5db9dc1f2022647946 /Makefile.am | |
parent | ddb47648990e9734296e35c4622b790b6f6161b8 (diff) | |
download | dbus-86bb5584d353e336aeaac5ddad3b5d51b359836e.tar.gz |
Oops, forgot part of the patch. Same ChangeLog entry.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 48971fb6..816d653d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ SUBDIRS=dbus bus doc $(GLIB_SUBDIR) $(GCJ_SUBDIR) $(MONO_SUBDIR) $(QT_SUBDIR) $( DIST_SUBDIRS=dbus bus doc glib qt qt3 gcj mono python tools test pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = dbus-1.pc $(GLIB_PC) $(MONO_PC) +pkgconfig_DATA = dbus-1.pc $(GLIB_PC) $(QT_PC) $(MONO_PC) DISTCLEANFILES = \ dbus-1.pc \ |