6 lines
113 B
Makefile
6 lines
113 B
Makefile
noinst_LIBRARIES = libBucket.a
|
|
|
|
libBucket_a_SOURCES = bucketutils.c bucketutils.h
|
|
|
|
INCLUDES += -I$(top_builddir)
|