aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Declare all languages for make dist.Werner Koch2016-08-101-0/+1
| | | | | | * lang/Makefile.am (DIST_SUBDIRS): New. Signed-off-by: Werner Koch <[email protected]>
* Add enable-languages build optionAndre Heinecke2016-03-021-1/+1
| | | | | | * acinclude.m4 (LIST_MEMBER): New macro. * configure.ac (enable-languages): New option. Add info output. * lang/Makefile.am: Only add enabled language subdirs.
* Add buildsystem for GpgmeppAndre Heinecke2016-02-221-1/+1
| | | | | | | * 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.
* Remove all trailing whitespace from source filesWerner Koch2012-09-251-4/+4
| | | | | -- Command used: sed -i 's,[ \t]*$,,' FILE
* 2006-07-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-061-0/+22
* lang, lang/cl: New subdirectories. * lang/Makefile.am, lang/README: New files. * configure.ac (AC_CONFIG_FILES): Add lang/Makefile, lang/cl/Makefile and lang/cl/gpgme.asd. * Makefile.am (SUBDIRS): Add lang. lang/cl/ 2006-07-06 Marcus Brinkmann <[email protected]> * Initial release.