X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2FMakefile.am;h=f22c2e11f527f6023e7ee40bb17dacda85b3de91;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=cc0acf44563e0146a62e0fa46d926a4d263ef8db;hpb=a4cf673a3347ec011ebc90b22b6541bae0b9f6b4;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index cc0acf44..f22c2e11 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -1,15 +1,35 @@ -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