diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-19 14:25:08 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-19 14:25:08 +0000 |
commit | a2744feb63d4fcc890701e742e21725a69f05e17 (patch) | |
tree | e20c2c4901e4ac44c3fc153b5cce15eff36c2280 | |
parent | d6c32b83de397a59e308c7ae90defa0fc4751538 (diff) | |
download | strongswan-a2744feb63d4fcc890701e742e21725a69f05e17.tar.bz2 strongswan-a2744feb63d4fcc890701e742e21725a69f05e17.tar.xz |
- added removed files to svn:ignore
- fixed bug in pluto/Makefile.am
-rw-r--r-- | src/pluto/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 678254fe7..89d0a1a72 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -36,10 +36,10 @@ DISTCLEANFILES = oid.c oid.h PERL=perl oid.c: oid.txt oid.pl - $PERL oid.pl + $(PERL) oid.pl oid.h: oid.txt oid.pl - $PERL oid.pl + $(PERL) oid.pl # This compile option activates dynamic URL fetching using libcurl if USE_LIBCURL |