summaryrefslogtreecommitdiff
path: root/utilities/diatheke/Makefile.am
blob: 8ba34e5a8b2e2fb6e876ce5e0751e4000b10652d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = 1.6

LDADD = $(top_builddir)/lib/libsword.la

bin_PROGRAMS = diatheke

diatheke_SOURCES = diatheke.cpp corediatheke.cpp diathekemgr.cpp \
	diafiltmgr.cpp thmlcgi.cpp gbfcgi.cpp osiscgi.cpp

noinst_HEADERS = corediatheke.h diafiltmgr.h diathekemgr.h gbfcgi.h thmlcgi.h \
	osiscgi.h

include cgi/Makefile.am