diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-24 06:36:46 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-24 06:36:46 +0000 |
commit | 298b06c28cf571f7da747c82b5cc0490c879dac1 (patch) | |
tree | 7fe48e7dad10f731d7681b2f408f295e2e0126c5 /src/pluto/Makefile.am | |
parent | 8b5be79d8330dcd9497af227b1360d6674914412 (diff) | |
download | strongswan-298b06c28cf571f7da747c82b5cc0490c879dac1.tar.bz2 strongswan-298b06c28cf571f7da747c82b5cc0490c879dac1.tar.xz |
- build gets perl and gperf from configure now
- moved built sources to maintainer-clean
Diffstat (limited to 'src/pluto/Makefile.am')
-rw-r--r-- | src/pluto/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 3409140c6..9787f4973 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -30,10 +30,7 @@ pluto_LDADD = $(top_srcdir)/src/libfreeswan/libfreeswan.a $(top_srcdir)/src/libc _pluto_adns_LDADD = -lresolv $(top_srcdir)/src/libfreeswan/libfreeswan.a dist_man_MANS = pluto.8 ipsec.secrets.5 EXTRA_DIST = oid.pl oid.txt -DISTCLEANFILES = oid.c oid.h - -# TODO: get perl from ./configure -PERL=perl +MAINTAINERCLEANFILES = oid.c oid.h oid.c: oid.txt oid.pl $(PERL) oid.pl |