rinetd/Makefile.am
Sam Hocevar acb00a89f9 Use autoconf and automake and remove MSVC projects.
This patch is imported from the rinetd Debian package.
2016-01-11 03:09:04 +01:00

14 lines
288 B
Makefile

AUTOMAKE_OPTIONS = foreign dist-bzip2
EXTRA_DIST = bootstrap CHANGES index.html \
getopt.c getopt.h $(man_MANS) $(sysconf_DATA)
man_MANS = rinetd.8
sysconf_DATA = rinetd.conf
sbin_PROGRAMS = rinetd
rinetd_SOURCES = rinetd.c match.c match.h
rinetd_CFLAGS = -Wall -Wwrite-strings -I.