X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2FMakefile.am;h=1e77a3535d835d6e74d9a66e134025494583b669;hb=f53f3523ebc7a082eb8a1c046cee836b67696912;hp=2f54157cef0eb330d5282ac7da1828fb45b28727;hpb=ca0836cb912f3b88834cae97774079314727c6e2;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index 2f54157c..1e77a353 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -17,19 +17,23 @@ libevbackend_la_SOURCES= \ ev-document-thumbnails.h \ ev-document-bookmarks.c \ ev-document-bookmarks.h \ + ev-document-find.c \ + ev-document-find.h \ + ev-ps-exporter.c \ + ev-ps-exporter.h \ $(NULL) +BUILT_SOURCES= \ + ev-backend-marshalers.h \ + ev-backend-marshalers.c + +CLEANFILES = $(BUILT_SOURCES) + ev-backend-marshalers.h: ev-backend-marshalers.list - cd $(srcdir) \ - && $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal ev-backend-marshalers.list --header > xgen-emh \ - && cp xgen-emh ev-backend-marshalers.h \ - && rm -f xgen-emh xgen-emh~ + $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal $(srcdir)/ev-backend-marshalers.list --header > $@ ev-backend-marshalers.c: ev-backend-marshalers.list - cd $(srcdir) \ - && $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal ev-backend-marshalers.list --body > xgen-emc \ - && cp xgen-emc ev-backend-marshalers.c \ - && rm -f xgen-emc xgen-emc~ + $(GLIB_GENMARSHAL) --prefix=_ev_backend_marshal $(srcdir)/ev-backend-marshalers.list --body > $@ ev-backend-marshal.c: ev-backend-marshalers.h ev-backend-marshalers.c