Use autoconf and automake and remove MSVC projects.

This patch is imported from the rinetd Debian package.
This commit is contained in:
Sam Hocevar
2016-01-10 21:39:30 +01:00
parent 39e4d7a0e8
commit acb00a89f9
10 changed files with 241 additions and 145 deletions

13
Makefile.am Normal file
View File

@@ -0,0 +1,13 @@
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.