diff options
| -rw-r--r-- | gpgme/ChangeLog | 4 | ||||
| -rw-r--r-- | gpgme/gpgme-config.in | 4 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index a69c048b..94dd842b 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2003-08-15  Marcus Brinkmann  <[email protected]> + +	* gpgme-config.in: Put gpg-error related flags after gpgme's. +  2003-08-14  Marcus Brinkmann  <[email protected]>  	* gpgme.h (struct _gpgme_new_signature): Rename member CLASS to diff --git a/gpgme/gpgme-config.in b/gpgme/gpgme-config.in index abb6a179..a1010f18 100644 --- a/gpgme/gpgme-config.in +++ b/gpgme/gpgme-config.in @@ -101,7 +101,7 @@ if test "$echo_cflags" = "yes"; then  	fi        done      fi -    echo $gpg_error_cflags $includes $cflags +    echo $includes $cflags $gpg_error_cflags  fi  if test "$echo_libs" = "yes"; then @@ -113,6 +113,6 @@ if test "$echo_libs" = "yes"; then  	fi        done      fi -    echo $gpg_error_libs $libdirs $libs +    echo $libdirs $libs $gpg_error_libs  fi | 
