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 ef76c4ee..1c042067 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -34,6 +34,10 @@ if ENABLE_XPS SUBDIRS += xps endif +if ENABLE_EPUB + SUBDIRS += epub +endif + EXTRA_DIST = \ backend.symbols |