[gnome-user-share/obexd-2: 3/3] Remove marshal generation
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share/obexd-2: 3/3] Remove marshal generation
- Date: Mon, 13 May 2013 17:20:03 +0000 (UTC)
commit da157a7f32bccfe377682250e97dd5896fc25f5e
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Mon May 13 18:29:17 2013 +0200
Remove marshal generation
The code that used this is gone.
src/Makefile.am | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b58522e..b2287cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,12 +1,3 @@
-MARSHALFILES = marshal.c marshal.h
-BUILT_SOURCES = $(MARSHALFILES)
-
-marshal.c: marshal.h
- $(AM_V_GEN) ( $(GLIB_GENMARSHAL) --prefix=marshal $(srcdir)/marshal.list --header --body > marshal.c
)
-marshal.h: marshal.list
- $(AM_V_GEN) ( $(GLIB_GENMARSHAL) --prefix=marshal $(srcdir)/marshal.list --header > marshal.h )
-
-
libexec_PROGRAMS= \
gnome-user-share
@@ -38,7 +29,7 @@ gnome_user_share_SOURCES = \
http.h \
obexpush.c \
obexpush.h \
- $(MARSHALFILES)
+ $(NULL)
gnome_user_share_LDADD = \
libuser-share-common.la \
@@ -58,8 +49,4 @@ libnautilus_share_extension_la_SOURCES = \
libnautilus_share_extension_la_LIBADD = libuser-share-common.la $(EXTENSION_LIBS)
libnautilus_share_extension_la_LDFLAGS = -avoid-version -module -no-undefined
-EXTRA_DIST = marshal.list
-
-CLEANFILES = $(BUILT_SOURCES)
-
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]