X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2FMakefile.am;h=85f4ff159ea0aaa30656cb963f9504a81db9ab9f;hb=38c1b9aab8bfb41de6dc07df26fd6743a63ea015;hp=f22c2e11f527f6023e7ee40bb17dacda85b3de91;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index f22c2e11..85f4ff15 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -30,6 +30,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