Makefile.am 250 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS += -I../../include/ STREAM = stream.c read.c write.c i_reader.c i_writer.c noinst_LTLIBRARIES = libstream.la libstream_la_SOURCES = $(STREAM) libstream_la_CFLAGS = $(AM_CFLAGS)