Remove 1.1-compat. files, include old shib schema for attribute interop.
[shibboleth/sp.git] / shar / Makefile.am
index 2f28f74..0888d6a 100644 (file)
@@ -2,25 +2,26 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-bin_PROGRAMS = shar test-client
+bin_PROGRAMS = test-client
+sbin_PROGRAMS = shibd
 
 if USE_OUR_ONCRPC
 AM_CFLAGS = -I${top_srcdir}/oncrpc
+AM_CXXFLAGS = -I${top_srcdir}/oncrpc
 ONCRPC_LIBS = ${top_builddir}/oncrpc/liboncrpc.la
 endif
 
-test_client_SOURCES = test-client.c
+test_client_SOURCES = test-client.cpp
 
-shar_SOURCES = shar.c shar-utils.cpp
-noinst_HEADERS = shar-utils.h
+shibd_SOURCES = shar.cpp
 
 test_client_LDADD = \
   $(top_builddir)/shib-target/libshib-target.la \
   $(top_builddir)/shib/libshib.la
 
-shar_LDADD = \
+shibd_LDADD = \
   $(top_builddir)/shib-target/libshib-target.la \
   $(top_builddir)/shib/libshib.la \
   $(ONCRPC_LIBS)
 
-EXTRA_DIST = shar.dsp shar_win32.cpp testclient.dsp
+EXTRA_DIST = shar.vcproj shar_win32.cpp testclient.vcproj resource.h shar.rc