diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:41:31 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:41:31 +0000 |
commit | 774a362e87feab25f1be16fbca08269ddc7121a4 (patch) | |
tree | cf71f4e7466468ac3edc2127125f333224a9acfb /src/_copyright/Makefile.am | |
parent | c54a140a445bfe7aa66721f68bb0781f26add91c (diff) | |
download | vyos-strongswan-774a362e87feab25f1be16fbca08269ddc7121a4.tar.gz vyos-strongswan-774a362e87feab25f1be16fbca08269ddc7121a4.zip |
Major new upstream release, just ran svn-upgrade for now (and wrote some
debian/changelong entries).
Diffstat (limited to 'src/_copyright/Makefile.am')
-rw-r--r-- | src/_copyright/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_copyright/Makefile.am b/src/_copyright/Makefile.am new file mode 100644 index 000000000..d8dcfb3f1 --- /dev/null +++ b/src/_copyright/Makefile.am @@ -0,0 +1,6 @@ +ipsec_PROGRAMS = _copyright +_copyright_SOURCES = _copyright.c +dist_man8_MANS = _copyright.8 + +INCLUDES = -I$(top_srcdir)/src/libfreeswan +_copyright_LDADD = $(top_srcdir)/src/libfreeswan/libfreeswan.a |