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