aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-02-22 18:09:54 +0000
committerAndre Heinecke <[email protected]>2016-02-22 18:09:54 +0000
commitf5fd787b5b45cb14d539b5c26f44066eb9ac0f75 (patch)
treeae5f770813b9a10dd35bfe9538f397d4292b6c5d /configure.ac
parentRemove feature check ifdefs (diff)
downloadgpgme-f5fd787b5b45cb14d539b5c26f44066eb9ac0f75.tar.gz
gpgme-f5fd787b5b45cb14d539b5c26f44066eb9ac0f75.zip
Add buildsystem for Gpgmepp
* configure.ac: Configure Makefiles. * lang/Makefile.am: Add cpp subdir * lang/cpp/Makefile.am: New. Add src subdir. * lang/cpp/src/Makefile.am: New. Basic buildsystem.
Diffstat (limited to '')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 55c388eb..fb6fa73d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -632,6 +632,7 @@ AC_CONFIG_FILES(Makefile src/Makefile
src/versioninfo.rc
src/gpgme.h)
AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config)
+AC_CONFIG_FILES(lang/cpp/Makefile lang/cpp/src/Makefile)
AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd])
AC_OUTPUT