diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 20:28:05 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 20:28:05 +0000 |
commit | 0a04060376f0b7204faf0859de2365f64a5b9f3b (patch) | |
tree | be317179b2ac419cfc8e10fb5165dba9299a012d /glib | |
parent | 47e6b5ab8837e7f22a12d5bdcc7a794abdb05ed0 (diff) | |
download | dbus-0a04060376f0b7204faf0859de2365f64a5b9f3b.tar.gz |
* glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
so distcheck doesn't fail
* glib/examples/Makefile.am: Add example-service.xml and
example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail
* glib/examples/statemachine/Makefile.am: Add statemachine.xml and
statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail
* python/Makefile.am: Preprend $(srcdir)/ to source files so the
compiler looks in the right places during distcheck
Diffstat (limited to 'glib')
-rw-r--r-- | glib/Makefile.am | 2 | ||||
-rw-r--r-- | glib/examples/Makefile.am | 2 | ||||
-rw-r--r-- | glib/examples/statemachine/Makefile.am | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am index 2ff47a87..4e3b796c 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -73,7 +73,7 @@ regenerate-built-sources: echo '#include "dbus-gmarshal.h"' > dbus-gmarshal.c && \ @GLIB_GENMARSHAL@ --prefix=_dbus_g_marshal dbus-gmarshal.list --body >> dbus-gmarshal.c -EXTRA_DIST=dbus-gmarshal.list +EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh if DBUS_BUILD_TESTS diff --git a/glib/examples/Makefile.am b/glib/examples/Makefile.am index e97f5cd8..e0f825ce 100644 --- a/glib/examples/Makefile.am +++ b/glib/examples/Makefile.am @@ -34,3 +34,5 @@ example-signal-emitter-glue.h: example-signal-emitter.xml libtool --mode=execute $(top_builddir)/glib/dbus-binding-tool --prefix=test_object --mode=glib-server --output=example-signal-emitter-glue.h $(srcdir)/example-signal-emitter.xml CLEANFILES = $(BUILT_SOURCES) + +EXTRA_DIST = example-service.xml example-signal-emitter.xml diff --git a/glib/examples/statemachine/Makefile.am b/glib/examples/statemachine/Makefile.am index 303808b6..8395457f 100644 --- a/glib/examples/statemachine/Makefile.am +++ b/glib/examples/statemachine/Makefile.am @@ -8,7 +8,7 @@ if HAVE_GTK noinst_PROGRAMS += statemachine-client endif -EXTRA_DIST = statemachine.h statemachine-server.h sm-marshal.list +EXTRA_DIST = statemachine.h statemachine-server.h sm-marshal.list statemachine-server.xml statemachine.xml statemachine_server_SOURCES= statemachine-server.c sm-marshal.c statemachine.c statemachine_server_LDADD= $(top_builddir)/glib/libdbus-glib-1.la |