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

17 lines
290 B

INCLUDES = $(all_includes)
libfrontendutil_a_METASOURCES = AUTO
noinst_LIBRARIES = libfrontendutil.a
libfrontendutil_a_SOURCES = \
csortlistviewitem.cpp
all_headers = \
csortlistviewitem.h
EXTRA_DIST = $(libfrontendutil_a_SOURCES) $(all_headers)
noinst_HEADERS = csortlistviewitem.h