diff options
Diffstat (limited to 'addressbook/backend/pas/Makefile.am')
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 92115eae19..c618050ca2 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -78,19 +78,8 @@ libpasldap_a_SOURCES = \ $(LDAP_BACKEND_FILES) endif -# GLib marshalling cruft - -pas-marshal.h: pas-marshal.list - ( @GLIB_GENMARSHAL@ --prefix=pas_marshal pas-marshal.list --header > pas-marshal.tmp \ - && mv pas-marshal.tmp pas-marshal.h ) \ - || ( rm -f pas-marshal.tmp && exit 1 ) - -pas-marshal.c: pas-marshal.h - ( @GLIB_GENMARSHAL@ --prefix=pas_marshal pas-marshal.list --body > pas-marshal.tmp \ - && mv pas-marshal.tmp pas-marshal.c ) \ - || ( rm -f pas-marshal.tmp && exit 1 ) - MARSHAL_GENERATED = pas-marshal.c pas-marshal.h +@EVO_MARSHAL_RULE@ BUILT_SOURCES = $(CORBA_SOURCE) $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) |