X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2FMakefile.am;h=dcbbc0e162c6c81bbf5f47bbed58bb04b4432a66;hb=206bc8045e1d217e09f0e640d14791f2669a92ac;hp=1a2547e5da846d43a7db3747fa65706f19529257;hpb=6b84b9665845a99b0c144ad209421a940b79fe7c;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index 1a2547e5..dcbbc0e1 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -1,15 +1,38 @@ -NULL= +SUBDIRS = -INCLUDES= \ - -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ - -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ - $(SHELL_CFLAGS) \ - $(EVINCE_DISABLE_DEPRECATED) \ - $(NULL) +# Backends -noinst_LTLIBRARIES = liblibevbackend.la +if ENABLE_PDF +SUBDIRS += pdf +endif -liblibevbackend_la_SOURCES= \ - ev-document.c \ - ev-document.h \ - $(NULL) +if ENABLE_PS +SUBDIRS += ps +endif + +if ENABLE_PIXBUF +SUBDIRS += pixbuf +endif + +if ENABLE_DJVU +SUBDIRS += djvu +endif + +if ENABLE_TIFF +SUBDIRS += tiff +endif + +if ENABLE_DVI +SUBDIRS += dvi +endif + +if ENABLE_COMICS + SUBDIRS += comics +endif + +if ENABLE_IMPRESS + SUBDIRS += impress +endif + +EXTRA_DIST = \ + backend.symbols