Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Dist gio/dbus-daemon.xml and fix dependency for builddir != srcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Apr 26, 2012
1 parent 063ec9a commit 79724bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gio/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ gdbus_sources = \
$(NULL)

# These are not built into the library yet
EXTRA_DIST += gdbusdaemon.c gdbusdaemon.h
EXTRA_DIST += gdbusdaemon.c gdbusdaemon.h dbus-daemon.xml

gdbus-daemon-generated.h gdbus-daemon-generated.c : dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
gdbus-daemon-generated.h gdbus-daemon-generated.c: $(srcdir)/dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
$(PYTHON) $(top_srcdir)/gio/gdbus-2.0/codegen/gdbus-codegen.in \
$(PYTHON) $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org. \
--generate-c-code gdbus-daemon-generated \
--c-namespace _G \
Expand Down

0 comments on commit 79724bf

Please sign in to comment.