aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-01 21:17:55 +0000
committerMarcus Brinkmann <[email protected]>2003-06-01 21:17:55 +0000
commitc36beedd3d84124f1fc62c80411638f1d0aaf1f7 (patch)
tree404c1e66dc53763db525404ece6774434bf0396c
parent2003-06-01 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-error-c36beedd3d84124f1fc62c80411638f1d0aaf1f7.tar.gz
libgpg-error-c36beedd3d84124f1fc62c80411638f1d0aaf1f7.zip
2003-06-01 Marcus Brinkmann <[email protected]>
* src/Makefile.am (EXTRA_DIST): Add err-sources.h and err-codes.h.
-rw-r--r--ChangeLog2
-rw-r--r--src/Makefile.am8
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 269803c..cc67577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-06-01 Marcus Brinkmann <[email protected]>
+ * src/Makefile.am (EXTRA_DIST): Add err-sources.h and err-codes.h.
+
* src/mkerrcodes1.awk: New file.
* src/mkerrcodes2.awk: New file.
* src/mkerrnos.awk: New file.
diff --git a/src/Makefile.am b/src/Makefile.am
index 105e40e..266c217 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,9 +16,13 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
+
+# We distribute the generated sources err-sources.h and err-codes.h,
+# because they are needed to build the po directory, and they don't
+# depend on the configuration anyway.
EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
- mkerrnos.awk errnos.in mkerrcodes1.awk mkerrcodes2.awk
+ mkerrnos.awk errnos.in mkerrcodes1.awk mkerrcodes2.awk \
+ err-sources.h err-codes.h
BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h
CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h