aboutsummaryrefslogtreecommitdiffstats
path: root/src/strsource.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-01 18:31:55 +0000
committerMarcus Brinkmann <[email protected]>2003-06-01 18:31:55 +0000
commit1316051181294dc4398fcb31b27e7389b32f079f (patch)
treeb50f5321b7eb58a02907c347d5defbc705de17a0 /src/strsource.c
parent2003-06-01 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-error-1316051181294dc4398fcb31b27e7389b32f079f.tar.gz
libgpg-error-1316051181294dc4398fcb31b27e7389b32f079f.zip
2003-06-01 Marcus Brinkmann <[email protected]>
* src/Makefile.am (nobase_include_HEADERS): Rename target to ... (include_HEADERS): ... this. Change file to gpg-error.h (libgpg_error_la_SOURCES): Change gpg/error.h to gpg-error.h. * src/gpg/error.h: Move to ... * src/gpg-error.h: ... here. New file. * src/strerror.c: Include <gpg-error.h>, not <gpg/error.h>. * src/strsource.c: Likewise.
Diffstat (limited to 'src/strsource.c')
-rw-r--r--src/strsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strsource.c b/src/strsource.c
index 1d31ee2..bb5fae3 100644
--- a/src/strsource.c
+++ b/src/strsource.c
@@ -22,7 +22,7 @@
#include <config.h>
#endif
-#include <gpg/error.h>
+#include <gpg-error.h>
#include "gettext.h"
#include "err-sources.h"