From b3a7e303bff10ac02134d79d7892094de2bb4a24 Mon Sep 17 00:00:00 2001 From: gilles Date: Thu, 6 Jun 2013 09:41:30 +0200 Subject: no longer needed --- regress/bin/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 regress/bin/Makefile.am (limited to 'regress') diff --git a/regress/bin/Makefile.am b/regress/bin/Makefile.am deleted file mode 100644 index ba23fbf9..00000000 --- a/regress/bin/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -bin_PROGRAMS= smtpscript - -smtpscript_SOURCES= smtpscript.c iobuf.c parse.y ssl.c - -smtpscript_CFLAGS= -DIO_SSL - -# compat -smtpscript_SOURCES+= $(top_srcdir)/smtpd/log.c - -INCLUDES= -I$(top_srcdir)/openbsd-compat - -LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd-compat.a - -LDADD= $(LIBCOMPAT) - -# need to define _GNU_SOURCE to get: -# EAI_NODATA defined -# {v,}asprintf -# setres{g,u}id -CFLAGS+= -D_GNU_SOURCE -CPPFLAGS= -I$(srcdir) @CPPFLAGS@ @DEFS@ - -install-exec-hook: - $(MKDIR_P) $(DESTDIR)$(bindir) - -uninstall-hook: - rm -f $(DESTDIR)$(bindir)/smtpscript$(EXEEXT) - -EXTRA_DIST= iobuf.h smtpscript.h -- cgit v1.2.3-59-g8ed1b