DtMmdb: move to lib directory as a standalone library.
This commit is contained in:
12
cde/lib/DtMmdb/dti_excs/Makefile.am
Normal file
12
cde/lib/DtMmdb/dti_excs/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libdti_excs.la
|
||||
|
||||
libdti_excs_la_CXXFLAGS = -DNATIVE_EXCEPTIONS
|
||||
|
||||
if SOLARIS
|
||||
libdti_excs_la_CXXFLAGS += -DHAS_TERMINATE
|
||||
endif
|
||||
|
||||
libdti_excs_la_SOURCES = Jump_Environment.C Exceptions.C Exception.C \
|
||||
Destructable.C terminate.C
|
||||
Reference in New Issue
Block a user