8 lines
198 B
Makefile
8 lines
198 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libmgrs.la
|
|
|
|
libmgrs_la_CXXFLAGS = -DCOMPACTED_DISK_REP -DPORTABLE_DB -I..
|
|
|
|
libmgrs_la_SOURCES = managers.C misc.C query_mgr.C template_mgr.C
|