X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FMakefile.am;h=a4afeb5bc6b30d9ee026f120326c8a2b3492e806;hb=01832f09c095512baad6210854ad3a3c6a8d9622;hp=145f099e5d1b3ed48b0994f02e344401d3cb7b59;hpb=7283a1f3e79d0f6235afa8d2e7a0d17771a3d64b;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/Makefile.am b/saml/Makefile.am index 145f099..a4afeb5 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -4,10 +4,10 @@ lib_LTLIBRARIES = libsaml.la libsamlincludedir = $(includedir)/saml -sigincludedir = $(includedir)/saml/signature - utilincludedir = $(includedir)/saml/util +saml1coreincludedir = $(includedir)/saml/saml1/core + libsamlinclude_HEADERS = \ base.h \ exceptions.h \ @@ -17,11 +17,15 @@ libsamlinclude_HEADERS = \ utilinclude_HEADERS = \ util/XMLConstants.h +saml1coreinclude_HEADERS = \ + saml1/core/Assertions.h + noinst_HEADERS = \ internal.h libsaml_la_SOURCES = \ SAMLConfig.cpp \ + saml1/core/impl/AssertionsImpl.cpp \ util/XMLConstants.cpp # this is different from the project version