8 lines
193 B
Makefile
8 lines
193 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libdiskhask.la
|
|
|
|
libdiskhash_la_CXXFLAGS = -DC_API -I.. -I../dti_excs
|
|
|
|
libdiskhash_la_SOURCES = disk_bucket.C bucket_array.C disk_hash.C
|