diff options
author | Colin Walters <walters@verbum.org> | 2005-06-16 04:32:50 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2005-06-16 04:32:50 +0000 |
commit | 6fe36d8791a66ce9415b845c5152ca2b5ec87195 (patch) | |
tree | 4294c2dbb8b450c35116fae38ee2c069222c54d9 /dbus/Makefile.am | |
parent | 5935f33b75ee7830d5521317e1686ec767bce502 (diff) |
2005-06-16 Colin Walters <walters@verbum.org>
* dbus/Makefile.am:
* mono/doc/Makefile.am:
* test/glib/Makefile.am:
Fix srcdir != builddir issues (Patch from Chris Wilson, #3477)
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r-- | dbus/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 41a9929b..879a34c7 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -11,7 +11,7 @@ GLIB_INCLUDES= \ $(DBUS_GLIB_BUILT_INCLUDES) dbus-glib-error-enum.h: dbus-protocol.h make-dbus-glib-error-enum.sh - $(srcdir)/make-dbus-glib-error-enum.sh dbus-protocol.h $@ + $(srcdir)/make-dbus-glib-error-enum.sh $(srcdir)/dbus-protocol.h $@ endif |