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=16cc05ec4f7663103e45a52ac06d292e6b75a8c0;hp=cc0acf44563e0146a62e0fa46d926a4d263ef8db;hpb=a4cf673a3347ec011ebc90b22b6541bae0b9f6b4;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index cc0acf44..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 = libevbackend.la +if ENABLE_PDF +SUBDIRS += pdf +endif -libevbackend_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