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. --- bus/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bus/Makefile.am (limited to 'bus/Makefile.am') diff --git a/bus/Makefile.am b/bus/Makefile.am new file mode 100644 index 00000000..da115c4d --- /dev/null +++ b/bus/Makefile.am @@ -0,0 +1,15 @@ + +INCLUDES=-I$(top_srcdir) $(DBUS_BUS_CFLAGS) \ + -DDAEMON_NAME=\"dbus-daemon-1\" + +EFENCE= + +bin_PROGRAMS=dbus-daemon-1 + +dbus_daemon_1_SOURCES= \ + main.c + +dbus_daemon_1_LDADD= \ + $(EFENCE) \ + $(DBUS_BUS_LIBS) \ + $(top_builddir)/dbus/libdbus-convenience.la -- cgit