miller/c/stream/Makefile.am
Thomas Klausner f498a75b09 Start autoconf/automake based build system.
mlr itself builds.

TODO:
tests
custom targets
perf/
doc/
probably other stuff I overlooked
2015-08-29 12:51:03 +02:00

4 lines
144 B
Makefile

noinst_LTLIBRARIES= libstream.la
libstream_la_SOURCES= stream.c stream.h
libstream_la_CPPFLAGS= -I${srcdir}/../
libstream_la_CFLAGS= -std=gnu99