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
239 B
10 lines
239 B
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
STREAM = stream.c read.c write.c
|
|
IFACE = interface/reader.c \
|
|
interface/writer.c
|
|
|
|
noinst_LIBRARIES = libstream.a
|
|
|
|
libstream_a_SOURCES = $(STREAM) $(IFACE)
|
|
libstream_a_CFLAGS = $(CFLAGS) -Wall -I ../../include/
|