diff options
author | Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de> | 2010-03-23 02:09:26 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-03-23 09:10:39 +0100 |
commit | 1de6b09fbdb314bac445f3a97aef83956c128c4a (patch) | |
tree | 889b20b7725a4d227100bcc98df59a9a4d1317cc /bus/Makefile.am | |
parent | 1d0076b5006689dff6a0af6df17faf638a48285d (diff) | |
download | dbus-1de6b09fbdb314bac445f3a97aef83956c128c4a.tar.gz |
Update dll export for autoconf (to stay in sync with cmake).
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r-- | bus/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am index c44fe6a7..1fe7c8f6 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -76,6 +76,7 @@ dbus_daemon_SOURCES= \ $(BUS_SOURCES) \ main.c +dbus_daemon_CPPFLAGS = -DDBUS_STATIC_BUILD dbus_daemon_LDADD= \ $(top_builddir)/dbus/libdbus-convenience.la \ $(EFENCE) \ @@ -102,6 +103,7 @@ dbus_daemon_launch_helper_SOURCES= \ activation-helper-bin.c \ $(LAUNCH_HELPER_SOURCES) +dbus_daemon_launch_helper_CPPFLAGS = -DDBUS_STATIC_BUILD dbus_daemon_launch_helper_LDADD= \ $(top_builddir)/dbus/libdbus-convenience.la \ $(DBUS_LAUNCHER_LIBS) @@ -119,7 +121,7 @@ dbus_daemon_launch_helper_test_LDADD= \ $(DBUS_LAUNCHER_LIBS) dbus_daemon_launch_helper_test_LDFLAGS=@R_DYNAMIC_LDFLAG@ @SECTION_LDFLAGS@ -dbus_daemon_launch_helper_test_CPPFLAGS= \ +dbus_daemon_launch_helper_test_CPPFLAGS= -DDBUS_STATIC_BUILD \ -DACTIVATION_LAUNCHER_TEST ## we build yet another binary so we can do the OOM tests @@ -133,7 +135,7 @@ bus_test_launch_helper_LDADD= \ $(DBUS_LAUNCHER_LIBS) bus_test_launch_helper_LDFLAGS=@R_DYNAMIC_LDFLAG@ @SECTION_LDFLAGS@ -bus_test_launch_helper_CPPFLAGS= \ +bus_test_launch_helper_CPPFLAGS= -DDBUS_STATIC_BUILD \ -DACTIVATION_LAUNCHER_TEST \ -DACTIVATION_LAUNCHER_DO_OOM @@ -173,6 +175,7 @@ bus_test_system_SOURCES= \ utils.h \ test-system.c +bus_test_system_CPPFLAGS = -DDBUS_STATIC_BUILD bus_test_system_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_BUS_LIBS) bus_test_system_LDFLAGS=@R_DYNAMIC_LDFLAG@ @@ -180,6 +183,7 @@ bus_test_SOURCES= \ $(BUS_SOURCES) \ test-main.c +bus_test_CPPFLAGS = -DDBUS_STATIC_BUILD bus_test_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_BUS_LIBS) bus_test_LDFLAGS=@R_DYNAMIC_LDFLAG@ |