- introduced autotools
- first working version
- make dist should work
- things to do:
- UML testing!
- more cleanups
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ipsec_PROGRAMS = stroke
|
||||
|
||||
stroke_SOURCES = stroke.c stroke.h
|
||||
stroke_INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user