summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e35a6de5..49809c6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,2 @@
-SUBDIRS=dbus server test doc
-
+SUBDIRS=dbus bus test doc