You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
259 B
10 lines
259 B
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
SERVER = server.c run.c close_conn.c poll.c \
|
|
handle_accept.c read.c write.c
|
|
|
|
noinst_LIBRARIES = libserver.a
|
|
|
|
libserver_a_SOURCES = $(SERVER)
|
|
libserver_a_CFLAGS = $(CFLAGS) -Wall -I ../../include/
|