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=da9dc8c612987a2715f46aa0653f483c3cf28765;hb=ab0edaffd2f1790ec8ac7ac17f90e0a8007b92cd;hp=f22c2e11f527f6023e7ee40bb17dacda85b3de91;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index f22c2e11..da9dc8c6 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -10,10 +10,6 @@ if ENABLE_PS SUBDIRS += ps endif -if ENABLE_PIXBUF -SUBDIRS += pixbuf -endif - if ENABLE_DJVU SUBDIRS += djvu endif @@ -30,6 +26,11 @@ if ENABLE_COMICS SUBDIRS += comics endif -if ENABLE_IMPRESS - SUBDIRS += impress +if ENABLE_XPS +SUBDIRS += xps endif + +EXTRA_DIST = \ + backend.symbols + +-include $(top_srcdir)/git.mk