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/frontend/mainindex/Makefile.am

19 lines
260 B

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)