- removed perl-generated oid.c/h from svn,

added them to "dist" and "distclean"
This commit is contained in:
Martin Willi
2006-05-19 14:16:58 +00:00
parent 7ca49e4037
commit d6c32b83de
6 changed files with 12 additions and 549 deletions
+11
View File
@@ -18,3 +18,14 @@ 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
# TODO: get perl from ./configure
PERL=perl
asn1/oid.c : asn1/oid.txt asn1/oid.pl
cd asn1 && $(PERL) oid.pl
asn1/oid.h : asn1/oid.txt asn1/oid.pl
cd asn1 && $(PERL) oid.pl