summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-11-22 05:59:06 +0000
committerHavoc Pennington <hp@redhat.com>2002-11-22 05:59:06 +0000
commitddad01b1ae33e63ebefc90171d412bafc0b605eb (patch)
tree7de65b15a2e4684f4acadf7c93e5ebdb32a0d6ee /configure.in
parentc68320376bc93cb744e0a0930eb241eefd764076 (diff)
2002-11-22 Havoc Pennington <hp@pobox.com>
* 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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
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