mirror of
https://github.com/samhocevar/rinetd.git
synced 2026-08-19 12:53:29 +08:00
Use autoconf and automake and remove MSVC projects.
This patch is imported from the rinetd Debian package.
This commit is contained in:
13
Makefile.am
Normal file
13
Makefile.am
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user