Upgrade libseccomp to 2.3.3 from 2.3.1
[linux-seccomp.git] / Makefile.PL
index adf29be9dec6fac0b40f3231930a92470b097eeb..54fca1e047e5cc76bf09a3185a9868237c2ebfb8 100644 (file)
@@ -23,8 +23,8 @@ WriteMakefile(
 
 sub MY::postamble {
 '
-$(MYEXTLIB): libseccomp/configure
-       cd libseccomp && ./configure && `which gmake || echo $(MAKE)` all
+$(MYEXTLIB): libseccomp/configure.ac libseccomp/Makefile.am libseccomp/autogen.sh
+       cd libseccomp && ./autogen.sh && ./configure && `which gmake || echo $(MAKE)` all
 '
 }
 
This page took 0.009096 seconds and 4 git commands to generate.