]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 15 Jul 2005 20:28:05 +0000 (20:28 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 15 Jul 2005 20:28:05 +0000 (20:28 +0000)
  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

ChangeLog
glib/Makefile.am
glib/examples/Makefile.am
glib/examples/statemachine/Makefile.am
python/Makefile.am

index bf1069ff4ab8170d77fecb65f13a7c03a49ec891..115f2cadfa91ea9405650441a132764e334b4e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
+
+       * 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
+
 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
 
        * glib/example/Makefile.am: Fix a typo which cause make distcheck
index 2ff47a87633e89601369e61740d2515fb29f20a8..4e3b796ce63d85d98fa299a8120c14a92e13c158 100644 (file)
@@ -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
 
index e97f5cd8f4e826b2309c8797c1391286c2f1ccdf..e0f825ce6551a9c046ac0848854ef1cf6c9a192e 100644 (file)
@@ -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 
index 303808b606c260fdb15363c734394c4e4f81d67d..8395457fb57125a4610b72a2ec516f1f80024d8c 100644 (file)
@@ -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
index 7bedfd0d570754ed00859c963eee6421642322f2..302ed0d2874f726889528ed45f7ee8c417428ce4 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS=examples
 
-INCLUDES=-I$(top_builddir) -I$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS) $(PYTHON_INCLUDES) -DDBUS_COMPILATION=1
+INCLUDES=-I$(srcdir)/$(top_builddir) -I$(srcdir)/$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS) $(PYTHON_INCLUDES) -DDBUS_COMPILATION=1
 
 dbusdir = $(pythondir)/dbus
 dbus_PYTHON = __init__.py _dbus.py decorators.py exceptions.py service.py proxies.py _util.py types.py matchrules.py glib.py
@@ -10,12 +10,12 @@ dbusbindings_LTLIBRARIES = dbus_bindings.la dbus_glib_bindings.la
 
 dbus_bindings_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initdbus_bindings
 dbus_bindings_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la
-nodist_dbus_bindings_la_SOURCES = dbus_bindings.c
+nodist_dbus_bindings_la_SOURCES = $(srcdir)/dbus_bindings.c
 
 dbus_glib_bindings_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initdbus_glib_bindings 
 dbus_glib_bindings_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/glib/libdbus-glib-1.la
 dbus_glib_bindings_la_CFLAGS = $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS)
-nodist_dbus_glib_bindings_la_SOURCES = dbus_glib_bindings.c
+nodist_dbus_glib_bindings_la_SOURCES = $(srcdir)/dbus_glib_bindings.c
 
 
 EXTRA_DIST =                   \
@@ -34,9 +34,9 @@ CLEANFILES =                  \
 dbus_bindings.pxd: $(srcdir)/dbus_bindings.pxd.in $(srcdir)/extract.py
        -$(PYTHON) $(srcdir)/extract.py $(srcdir)/dbus_bindings.pxd.in -I$(top_builddir)  > $@.tmp && mv $@.tmp $@
 
-dbus_bindings.c: $(srcdir)/dbus_bindings.pyx dbus_bindings.pxd 
+dbus_bindings.c: $(srcdir)/dbus_bindings.pyx $(srcdir)/dbus_bindings.pxd 
        -pyrexc $(srcdir)/dbus_bindings.pyx
 
-dbus_glib_bindings.c: $(srcdir)/dbus_glib_bindings.pyx dbus_bindings.pxd 
+dbus_glib_bindings.c: $(srcdir)/dbus_glib_bindings.pyx $(srcdir)/dbus_bindings.pxd 
        -pyrexc $(srcdir)/dbus_glib_bindings.pyx