10 lines
185 B
Makefile
10 lines
185 B
Makefile
MAINTAINERCLEANFILES= Makefile.in
|
|
|
|
noinst_LIBRARIES = libmisc.a
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
libmisc_a_CFLAGS = -DPORTABLE_DB
|
|
|
|
libmisc_a_SOURCES = ../../DtMmdb/misc/unique_id.c
|