X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2FMakefile.am;h=03a9103348b0f2bb648b9c0b1e78054ab7f81d8a;hb=8b3ebe4d7024547993d3b4660f3f22036e327be3;hp=d1f5cbf06843e9e3926c6fee2416a0957d73ee2f;hpb=ec2aa10ab1ec9246d6c35b90f5d1df372f39c732;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index d1f5cbf0..03a91033 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -11,6 +11,8 @@ noinst_LTLIBRARIES = libevbackend.la libevbackend_la_SOURCES= \ ev-backend-marshal.c \ + ev-bookmark.c \ + ev-bookmark.h \ ev-document.c \ ev-document.h \ ev-document-thumbnails.c \ @@ -21,19 +23,21 @@ libevbackend_la_SOURCES= \ ev-document-find.h \ ev-ps-exporter.c \ ev-ps-exporter.h \ + ev-document-misc.h \ + ev-document-misc.c \ $(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