Fix log4shib/log4cpp link check.
[shibboleth/cpp-opensaml.git] / Makefile.am
index 6a184b1..dbdc10c 100644 (file)
@@ -10,7 +10,7 @@ dist-hook:
        rm -rf `find $(distdir)/samltest/data -name .svn`
 
 
-SUBDIRS = doc schemas saml samltest
+SUBDIRS = doc schemas saml samltest samlsign
 
 if DX_COND_doc
 all-local: opensaml.spec pkginfo doxygen-doc
@@ -20,8 +20,8 @@ all-local: opensaml.spec pkginfo
 endif
 
 install-data-hook:
-       rm -rf $(DESTDIR)$(prefix)/doc/@PACKAGE@/api
-       cp -r doc/api $(DESTDIR)$(prefix)/doc/@PACKAGE@
+       rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api
+       cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@
 
 opensaml.spec: opensaml.spec.in Makefile
        rm -f $@.tmp