8 lines
171 B
Makefile
8 lines
171 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libdiskhash.la
|
|
|
|
libdiskhash_la_CXXFLAGS = -I..
|
|
|
|
libdiskhash_la_SOURCES = disk_bucket.C bucket_array.C disk_hash.C
|