diff options
author | Andre Heinecke <[email protected]> | 2016-03-02 13:00:48 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-03-02 13:00:48 +0000 |
commit | a313b3e28cc42785365822519b25d6a87dfdf0c9 (patch) | |
tree | e479c1da41f35fd26a8701aab1baa87faee85e68 /lang/Makefile.am | |
parent | Add README for gpgmepp (diff) | |
download | gpgme-a313b3e28cc42785365822519b25d6a87dfdf0c9.tar.gz gpgme-a313b3e28cc42785365822519b25d6a87dfdf0c9.zip |
Add enable-languages build option
* acinclude.m4 (LIST_MEMBER): New macro.
* configure.ac (enable-languages): New option. Add info output.
* lang/Makefile.am: Only add enabled language subdirs.
Diffstat (limited to 'lang/Makefile.am')
-rw-r--r-- | lang/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile.am b/lang/Makefile.am index a8d33f59..bb75cf00 100644 --- a/lang/Makefile.am +++ b/lang/Makefile.am @@ -17,6 +17,6 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -SUBDIRS = cl cpp +SUBDIRS = $(ENABLED_LANGUAGES) EXTRA_DIST = README |