diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2016-11-02 14:46:21 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2016-11-02 14:46:21 +0100 |
commit | 5039ad2bc6c54ff323686b81818eeb04887321d4 (patch) | |
tree | 8cc042fe69134d8c30b5b952ca6b6b874a3b2808 /Makefile.am | |
parent | [master] Regenerated lexer.ll with flex 2.6.2 (last) (diff) | |
download | kea-5039ad2bc6c54ff323686b81818eeb04887321d4.tar.xz kea-5039ad2bc6c54ff323686b81818eeb04887321d4.zip |
[5027] Glue added in configure.ac/Makefile.am for premium content.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 897be34b64..cae96ce819 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS} # ^^^^^^^^ This has to be the first line and cannot come later in this # Makefile.am due to some bork in some versions of autotools. -SUBDIRS = compatcheck tools doc . ext src m4macros +SUBDIRS = compatcheck tools doc . ext src m4macros @PREMIUM_DIR@ + USE_LCOV=@USE_LCOV@ LCOV=@LCOV@ GENHTML=@GENHTML@ |