9 lines
145 B
Makefile
9 lines
145 B
Makefile
# Build libmpools
|
|
|
|
noinst_LIBRARIES = libmpools.a
|
|
libmpools_a_SOURCES = mpools.c
|
|
|
|
noinst_HEADERS = mpools.h
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|