- build gets perl and gperf from configure now
- moved built sources to maintainer-clean
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user