aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-11-03 17:24:09 +0000
committerMarcus Brinkmann <[email protected]>2008-11-03 17:24:09 +0000
commit66d0fa1973e5e1a1bff619de8b595673d1b76cc5 (patch)
tree4b1f8e470fa455cbe3d9b5c4ab6fb4fa77f20ba3 /Makefile.am
parentassuan/ (diff)
downloadgpgme-66d0fa1973e5e1a1bff619de8b595673d1b76cc5.tar.gz
gpgme-66d0fa1973e5e1a1bff619de8b595673d1b76cc5.zip
008-11-03 Marcus Brinkmann <[email protected]>
* configure.ac: Replace gpgme paths with src. * gpgme: Move to ... * src: ... this new directory. assuan/ 2008-11-03 Marcus Brinkmann <[email protected]> * Makefile.am (INCLUDES): Replace gpgme path with src. tests/ 2008-11-03 Marcus Brinkmann <[email protected]> * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src. * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise. * Makefile.am (LDADD): Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c614f447..432bfca4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am - Top level Makefile for GPGME.
# Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2004, 2005 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2004, 2005, 2008 g10 Code GmbH
#
# This file is part of GPGME.
#
@@ -43,7 +43,7 @@ else
tests =
endif
-SUBDIRS = ${assuan} gpgme ${tests} doc ${complus} lang
+SUBDIRS = ${assuan} src ${tests} doc ${complus} lang
# Fix the version of the spec file and create a file named VERSION
# to be used for patch's Prereq: feature.