8 lines
181 B
Makefile
8 lines
181 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libdynhash.la
|
|
|
|
libdynhash_la_CXXFLAGS = -DC_API -I.. -I../dti_excs
|
|
|
|
libdynhash_la_SOURCES = data_t.C imp_bucket.C imp_die.C
|