You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bibletime/bibletime/util/Makefile.am

17 lines
343 B

INCLUDES = $(all_includes)
libutil_a_METASOURCES = AUTO
noinst_LIBRARIES = libutil.a
libutil_a_SOURCES = cpointers.cpp cresmgr.cpp ctoolclass.cpp directoryutil.cpp
all_headers = \
scoped_resource.h \
cpointers.h \
cresmgr.h \
ctoolclass.h \
autoptrvector.h
EXTRA_DIST = $(libutil_a_SOURCES) $(all_headers)
noinst_HEADERS = directoryutil.h