summaryrefslogtreecommitdiff
path: root/bibletime/util/Makefile.am
blob: c96f8702d81dd7287a5076de9f708f6d86206731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = $(all_includes)
libutil_a_METASOURCES = AUTO
noinst_LIBRARIES = libutil.a

libutil_a_SOURCES = \
cpointers.cpp \
cresmgr.cpp \
ctoolclass.cpp

all_headers = \
scoped_resource.h \
cpointers.h \
cresmgr.h \
ctoolclass.h

EXTRA_DIST = $(libutil_a_SOURCES) $(all_headers)