- introduced autotools

- first working version
  - make dist should work
  - things to do:
    - UML testing!
    - more cleanups
This commit is contained in:
Martin Willi
2006-05-16 14:24:03 +00:00
parent eedfdfbe6e
commit f2c2d395ff
130 changed files with 1825 additions and 6164 deletions
+4
View File
@@ -0,0 +1,4 @@
ipsec_PROGRAMS = stroke
stroke_SOURCES = stroke.c stroke.h
stroke_INCLUDES = -I$(top_srcdir)/src/libstrongswan
+1 -1
View File
@@ -238,7 +238,7 @@ static void exit_usage(char *error)
int main(int argc, char *argv[])
{
int res;
int res = 0;
char *op;
if (argc < 2)