]> git.proxmox.com Git - swtpm.git/blobdiff - Makefile.am
rpm: Update spec file to also work on CentOS9-stream
[swtpm.git] / Makefile.am
index f2cc98ab24d14a3e4fdd9120eb71e0ca9221e09d..25c30683564a486e979bc7fe33272cba0fa71f6d 100644 (file)
@@ -5,7 +5,6 @@
 #
 
 SUBDIRS   = \
-       etc \
        include \
        man \
        samples \
@@ -20,15 +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
 
-python-install python-uninstall:
-       @cd samples && $(MAKE) $(AM_MAKEFLAGS) $@
-       @cd src/swtpm_setup && $(MAKE) $(AM_MAKEFLAGS) $@
-.PHONY: python-install python-uninstall
+.PHONY: selinux-install selinux-uninstall