diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-03 00:00:52 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-03 00:00:52 +0200 |
commit | 5ad91699940909223c167ef40de03e9a55a5a9c3 (patch) | |
tree | ddff7db24eab78d18c31cf622d202946c3251c3e /backend/Makefile.am | |
parent | 25807110e3f2ba838e2105664922e39a68fc6e30 (diff) | |
download | atril-5ad91699940909223c167ef40de03e9a55a5a9c3.tar.bz2 atril-5ad91699940909223c167ef40de03e9a55a5a9c3.tar.xz |
add xps backend
xps backend is from evince
ported to MATE by Leandro Vital
Diffstat (limited to 'backend/Makefile.am')
-rw-r--r-- | backend/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am index a6dc6e58..ab1663d7 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -30,6 +30,10 @@ if ENABLE_COMICS SUBDIRS += comics endif +if ENABLE_XPS + SUBDIRS += xps +endif + if ENABLE_IMPRESS SUBDIRS += impress endif |