aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index faf9cd474..e2c9e2426 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,9 +14,6 @@ bin_PROGRAMS = \
empathy-logs
BUILT_SOURCES= \
- empathy-marshal.h \
- empathy-marshal.c \
- empathy-marshal.list \
empathy-tube-dispatch-enumtypes.h \
empathy-tube-dispatch-enumtypes.c
@@ -59,24 +56,6 @@ glade_DATA = \
dist_man_MANS = \
empathy.1
-empathy-marshal.list: $(empathy_SOURCES) Makefile.am
- ( cd $(srcdir) && \
- sed -n -e 's/.*empathy_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \
- $(empathy_SOURCES) ) \
- | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp
- if cmp -s $@.tmp $@; then \
- rm $@.tmp; \
- else \
- mv $@.tmp $@; \
- fi
-
-%-marshal.h: %-marshal.list Makefile
- $(GLIB_GENMARSHAL) --header --prefix=_$(subst -,_,$*)_marshal $< > $*-marshal.h
-
-%-marshal.c: %-marshal.list Makefile
- echo "#include \"empathy-marshal.h\"" > $@ && \
- $(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c
-
# rules for making the glib enum objects
%-enumtypes.h: %.h Makefile.in
glib-mkenums \