]> git.proxmox.com Git - swtpm.git/blobdiff - Makefile.am
swtpm_setup: add test case to exercise file backend
[swtpm.git] / Makefile.am
index 4cbcfb1ac529d2024357d85ee78239f27830c452..25c30683564a486e979bc7fe33272cba0fa71f6d 100644 (file)
@@ -6,8 +6,10 @@
 
 SUBDIRS   = \
        include \
+       man \
+       samples \
        src \
-       man
+       tests
 
 ACLOCAL_AMFLAGS = -I m4
 
@@ -17,4 +19,12 @@ EXTRA_DIST = \
        LICENSE \
        COPYING \
        README \
-       bootstrap.sh
+       swtpm.spec \
+       autogen.sh
+
+if WITH_SELINUX
+selinux-install selinux-uninstall:
+       @cd src/selinux && $(MAKE) $(AM_MAKEFLAGS) $@
+endif
+
+.PHONY: selinux-install selinux-uninstall