summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-09-25 21:08:39 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:14 +0100
commit59ee990c6b92fef68cc7488ed8f88cf8fcfcb0a6 (patch)
tree1e36e33b4a7c50ebe049cfe9f86ce7bf7d195d4c /lib
parente2fe13c4f8ed2c93bcc47f9912b7a30987e68158 (diff)
downloadsed-59ee990c6b92fef68cc7488ed8f88cf8fcfcb0a6.tar.gz
gnulibify part 2, use gnulib-tool in autoboot and remove PO files from repo
git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-76
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index be5b4a0..1fcfa76 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,18 +1,12 @@
## Process this file with automake to produce Makefile.in
-lib_SOURCES =
+noinst_LIBRARIES =
EXTRA_DIST =
BUILT_SOURCES =
MOSTLYCLEANFILES =
MOSTLYCLEANDIRS =
-include gnulib.mk
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir) \
-I$(top_builddir)/lib -I$(top_builddir)/intl
-noinst_LIBRARIES = libsed.a
-libsed_a_SOURCES = $(lib_SOURCES)
-libsed_a_LIBADD = @LIBOBJS@ @ALLOCA@
-libsed_a_DEPENDENCIES = $(libsed_a_LIBADD)
-
-DISTCLEANFILES = regex.h stdbool.h
+include gnulib.mk