aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
blob: d4776c29584c563e0020b7f28b9e2b7db72b7b00 (plain)
1
2
3
4
5
6
7
8
9
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"