summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-12-22 12:38:39 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:24 +0100
commit318f4cd2470bd13a17c2f021406b39e12adf097e (patch)
treeec2bb22013f17ec8b4d1ed061d5d93427575d5a5 /lib
parentd7df092736733fd9d1f28c1731dc17535d23ec9d (diff)
downloadsed-318f4cd2470bd13a17c2f021406b39e12adf097e.tar.gz
portability fixes from Bruno Haible
2006-12-22 Bruno Haible <bruno@clisp.org> * sed/utils.c: Include pathmax. * sed/mbcs.c: Use local_charset. * sed/execute.c: Copy with padding after the mbstate_t member. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-90
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1fcfa76..6629320 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,9 +3,13 @@
noinst_LIBRARIES =
EXTRA_DIST =
BUILT_SOURCES =
+CLEANFILES =
MOSTLYCLEANFILES =
MOSTLYCLEANDIRS =
+# Pacify automake
+SUFFIXES = .a .o .c .y .l .h .sh .elc .el
+
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir) \
-I$(top_builddir)/lib -I$(top_builddir)/intl