aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 76b2b5b..653e15b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,14 +21,14 @@ EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in
BUILT_SOURCES = err-sources.h err-codes.h
CLEANFILES = err-sources.h err-codes.h
-nobase_include_HEADERS = gpg/error.h
+include_HEADERS = gpg-error.h
lib_LTLIBRARIES = libgpg-error.la
libgpg_error_la_LDFLAGS = -version-info \
@LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@
-libgpg_error_la_SOURCES = gpg/error.h gettext.h \
+libgpg_error_la_SOURCES = gpg-error.h gettext.h \
err-sources.h strsource.c err-codes.h strerror.c
libgpg_error_la_LIBADD = @LTLIBINTL@