f8ecf746606735ca50d1ca7446ecc384b887a37e
[shibboleth/sp.git] / shar / Makefile.am
1 ## $Id$
2
3 AUTOMAKE_OPTIONS = foreign
4
5 bin_PROGRAMS = test-client
6 sbin_PROGRAMS = shar
7
8 if USE_OUR_ONCRPC
9 AM_CFLAGS = -I${top_srcdir}/oncrpc
10 AM_CXXFLAGS = -I${top_srcdir}/oncrpc
11 ONCRPC_LIBS = ${top_builddir}/oncrpc/liboncrpc.la
12 endif
13
14 test_client_SOURCES = test-client.cpp
15
16 shar_SOURCES = shar.cpp shar-utils.cpp
17 noinst_HEADERS = shar-utils.h
18
19 test_client_LDADD = \
20   $(top_builddir)/shib-target/libshib-target.la \
21   $(top_builddir)/shib/libshib.la
22
23 shar_LDADD = \
24   $(top_builddir)/shib-target/libshib-target.la \
25   $(top_builddir)/shib/libshib.la \
26   $(ONCRPC_LIBS)
27
28 EXTRA_DIST = shar.dsp shar_win32.cpp testclient.dsp resource.h shar.rc