export_symbols = -export-symbols $(srcdir)/dbus-1.def
install-def-file:
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
$(INSTALL) dbus-1.def $(DESTDIR)$(libdir)/dbus-1.def
uninstall-def-file:
BUILT_SOURCES=$(dbusarchinclude_HEADERS)
-EXTRA_DIST=dbus-arch-deps.h.in
+EXTRA_DIST=dbus-arch-deps.h.in dbus-1.def
## this library is the same as libdbus, but exports all the symbols
## and is only used for static linking within the dbus package.
dbus_test_LDADD=libdbus-convenience.la $(DBUS_TEST_LIBS)
dbus_test_LDFLAGS=@R_DYNAMIC_LDFLAG@
+install-data-local: install-def-file
+
+uninstall-local: uninstall-def-file
+
## mop up the gcov files
clean-local:
/bin/rm *.bb *.bbg *.da *.gcov .libs/*.da .libs/*.bbg || true