From 6c013f3be1c2a48b82a4e8b92ce2163e3770c908 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 3 May 2003 20:53:40 +0000 Subject: 2003-05-03 Colin Walters * dbus/dbus-sysdeps.c (fill_user_info): Test against DBUS_UID_UNSET to determine whether to do a uid lookup or not. * Makefile.am: Update to use new .pc versioning scheme. --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 91c976e8..628b69e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ if HAVE_GLIB GLIB_SUBDIR=glib - GLIB_PC=dbus-glib-1.0.pc + GLIB_PC=dbus-glib-1.pc endif if HAVE_QT @@ -11,16 +11,16 @@ endif SUBDIRS=dbus bus test doc $(GLIB_SUBDIR) $(QT_SUBDIR) tools pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = dbus-1.0.pc $(GLIB_PC) +pkgconfig_DATA = dbus-1.pc $(GLIB_PC) DISTCLEANFILES = \ - dbus-1.0.pc \ + dbus-1.pc \ $(GLIB_PC) EXTRA_DIST = \ HACKING \ - dbus-1.0.pc.in \ - dbus-glib-1.0.pc.in + dbus-1.pc.in \ + dbus-glib-1.pc.in all-local: Doxyfile @@ -61,4 +61,4 @@ coverage-report.txt: check-coverage: echo "Need to reconfigure with --enable-gcov" -endif \ No newline at end of file +endif -- cgit