aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-08-14 22:54:42 +0000
committerMarcus Brinkmann <[email protected]>2003-08-14 22:54:42 +0000
commitc1ae70b1775a20def5c695ae2787dd193d36dbc7 (patch)
treec4fa7608a143803142d295837bb6b41ffd80a285
parentdoc/ (diff)
downloadgpgme-c1ae70b1775a20def5c695ae2787dd193d36dbc7.tar.gz
gpgme-c1ae70b1775a20def5c695ae2787dd193d36dbc7.zip
2003-08-15 Marcus Brinkmann <[email protected]>
* gpgme-config.in: Put gpg-error related flags after gpgme's.
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/gpgme-config.in4
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