- build gets perl and gperf from configure now

- moved built sources to maintainer-clean
This commit is contained in:
Martin Willi
2006-05-24 06:36:46 +00:00
parent 8b5be79d83
commit 298b06c28c
4 changed files with 6 additions and 17 deletions
+2 -7
View File
@@ -19,20 +19,15 @@ libstrongswan_la_LIBADD = -lgmp -lpthread
INCLUDES = -I$(top_srcdir)/src/libstrongswan
EXTRA_DIST = asn1/oid.txt asn1/oid.pl
DISTCLEANFILES = asn1/oid.c asn1/oid.h
MAINTAINERCLEANFILES = asn1/oid.c asn1/oid.h
if USE_LEAK_DETECTIVE
libstrongswan_la_LIBADD += -ldl
AM_CFLAGS = -DLEAK_DETECTIVE
endif
# TODO: get perl from ./configure
PERL=perl
asn1/oid.c : asn1/oid.txt asn1/oid.pl
cd asn1 && $(PERL) oid.pl
cd asn1 && $(PERL) oid.pl
asn1/oid.h : asn1/oid.txt asn1/oid.pl
cd asn1 && $(PERL) oid.pl