musl-obstack/Makefile.am

6 lines
200 B
Makefile
Raw Normal View History

2015-09-04 12:18:45 +00:00
## Makefile.am - procress this file with automake to produce Makefile.in
lib_LIBRARIES = libobstack.a
libobstack_a_SOURCES = obstack.c
libobstack_a_HEADERS = obstack.h
libobstack_adir = $(includedir)