X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=b568481ddb6f80272825c47bd13b350b0ac5d60f;hb=51ef94ce0d07083d3dab0670dac2e2b37b42ee0e;hp=94e9aced32699ae894c562c6be4a9fcd0ec0936e;hpb=daf8341b63425279f5e1c8cd5f2f1dbe6c7a1008;p=maevies diff --git a/src/Makefile.am b/src/Makefile.am index 94e9ace..b568481 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,9 @@ maevies_service_SOURCES = \ mvs-watc-movie.h \ mvs-tmdb-movie-service.c \ mvs-tmdb-movie-service.h \ - mvs-tmdb-movie-service-glue.h + mvs-tmdb-movie-service-glue.h \ + mvs-marshal.c \ + mvs-marshal.h maevies_service_CFLAGS = \ $(DEPS_CFLAGS) @@ -43,8 +45,16 @@ mvs-minfo-provider-service-glue.h: mvs-minfo-provider.xml mvs-tmdb-movie-service-glue.h: mvs-tmdb-movie.xml dbus-binding-tool --mode=glib-server --prefix=mvs_tmdb_movie_service $< > $@ +mvs-marshal.h: marshal.list + glib-genmarshal --header --prefix=mvs_marshal $< > $@ + +mvs-marshal.c: marshal.list + glib-genmarshal --body --prefix=mvs_marshal $< > $@ + DISTCLEANFILES = $(MAINTAINERCLEANFILES) BUILT_SOURCES = \ mvs-minfo-provider-service-glue.h \ - mvs-tmdb-movie-service-glue.h \ No newline at end of file + mvs-tmdb-movie-service-glue.h \ + mvs-marshal.h \ + mvs-marshal.c \ No newline at end of file