From ddad01b1ae33e63ebefc90171d412bafc0b605eb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 22 Nov 2002 05:59:06 +0000 Subject: 2002-11-22 Havoc Pennington * Makefile.am (SUBDIRS): rename subdir "server" to "bus" because any app can be a server, and any app can be a client, the bus is a special kind of server. --- configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b236dffe..6a9353e2 100644 --- a/configure.in +++ b/configure.in @@ -51,15 +51,15 @@ DBUS_CLIENT_LIBS= AC_SUBST(DBUS_CLIENT_CFLAGS) AC_SUBST(DBUS_CLIENT_LIBS) -DBUS_SERVER_CFLAGS= -DBUS_SERVER_LIBS= -AC_SUBST(DBUS_SERVER_CFLAGS) -AC_SUBST(DBUS_SERVER_LIBS) +DBUS_BUS_CFLAGS= +DBUS_BUS_LIBS= +AC_SUBST(DBUS_BUS_CFLAGS) +AC_SUBST(DBUS_BUS_LIBS) AC_OUTPUT([ Makefile dbus/Makefile -server/Makefile +bus/Makefile test/Makefile doc/Makefile dbus-1.0.pc -- cgit