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