automake this dir too
This commit is contained in:
10
tests/server/Makefile.am
Normal file
10
tests/server/Makefile.am
Normal file
@@ -0,0 +1,10 @@
|
||||
CFLAGS = -g -Wall -W
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
noinst_PROGRAMS = sws
|
||||
|
||||
sws_SOURCES= sws.c getpart.c
|
||||
|
||||
all:
|
||||
echo "nothing to do here for make all"
|
||||
Reference in New Issue
Block a user