[nautilus-sendto] Fix distcheck in bluetooth plugin
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-sendto] Fix distcheck in bluetooth plugin
- Date: Tue, 17 Nov 2009 18:26:26 +0000 (UTC)
commit 7dc23505a77f52973ed0db44e4fde757867cf9ae
Author: Bastien Nocera <hadess hadess net>
Date: Tue Nov 17 18:18:29 2009 +0000
Fix distcheck in bluetooth plugin
Need to mark the generated sources as such
src/plugins/bluetooth/Makefile.am | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/bluetooth/Makefile.am b/src/plugins/bluetooth/Makefile.am
index b78c8fd..ca09eba 100644
--- a/src/plugins/bluetooth/Makefile.am
+++ b/src/plugins/bluetooth/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES = \
-DLOCALEDIR="\"$(datadir)/locale\"" \
-I$(top_srcdir)/src \
-I$(top_builddir) \
+ -I$(builddir) \
$(NAUTILUS_SENDTO_CFLAGS) \
$(BLUETOOTH_CFLAGS) \
$(DBUS_CFLAGS) \
@@ -21,10 +22,11 @@ bluetooth-marshal.c: bluetooth-marshal.list Makefile
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=nst_bluetooth_marshal $< --header --body > $@
bluetooth.c: bluetooth-marshal.c bluetooth-marshal.h
-libnstbluetooth_la_SOURCES = bluetooth.c bluetooth-marshal.h bluetooth-marshal.c
+BUILT_SOURCES = bluetooth-marshal.h bluetooth-marshal.c
+libnstbluetooth_la_SOURCES = bluetooth.c $(BUILT_SOURCES)
libnstbluetooth_la_LDFLAGS = -module -avoid-version
libnstbluetooth_la_LIBADD = $(BLUETOOTH_LIBS)
-EXTRA_DIST = bluetooth-marshal.list
-CLEANFILES = bluetooth-marshal.h bluetooth-marshal.c
+EXTRA_DIST = bluetooth-marshal.list bluetooth.c
+CLEANFILES = $(BUILT_SOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]