summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/mainindex/Makefile.am
blob: e79b5b8f1c9a2c607c163af21229d73a141393ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES = $(all_includes)
libmainindex_a_METASOURCES = AUTO
noinst_LIBRARIES = libmainindex.a

libmainindex_a_SOURCES = \
cmainindex.cpp \
cindexitem.cpp

all_headers = \
cmainindex.h \
cindexitem.h

EXTRA_DIST = $(libmainindex_a_SOURCES) $(all_headers)