strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed some compiler warnings
[strongswan.git]
/
Makefile.am
diff --git
a/Makefile.am
b/Makefile.am
index
4114e3f
..
dcb5b0b
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,5
+1,5
@@
SUBDIRS = src
-EXTRA_DIST = Doxyfile.in
+EXTRA_DIST = Doxyfile.in
testing
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
@@
-10,3
+10,6
@@
Doxyfile : Doxyfile.in
apidoc : Doxyfile
doxygen
+
+dist-hook :
+ rm -rf `find $(distdir)/testing -name .svn`