diff options
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 |