summaryrefslogtreecommitdiff
path: root/sed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sed/Makefile.am')
-rw-r--r--sed/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/sed/Makefile.am b/sed/Makefile.am
deleted file mode 100644
index a164255..0000000
--- a/sed/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-## Process this file with automake to produce Makefile.in
-bin_PROGRAMS = sed
-
-localedir = $(datadir)/locale
-
-sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
-noinst_HEADERS = sed.h utils.h
-
-AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir) -I$(top_builddir)/lib \
- -DLOCALEDIR=\"$(localedir)\"
-
-sed_LDADD = ../lib/libsed.a @INTLLIBS@ @LIB_ACL@ @LIB_SELINUX@
-sed_DEPENDENCIES = ../lib/libsed.a
-
-$(PROGRAMS): $(LDADD)
-
-