Foo
authorfred_nerk <fred_nerk>
Mon, 24 May 2004 04:33:35 +0000 (04:33 +0000)
committerfred_nerk <fred_nerk>
Mon, 24 May 2004 04:33:35 +0000 (04:33 +0000)
Makefile
l2tpns.h
stamp-h [deleted file]

index b193c37..18be310 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,3 +60,5 @@ install: all
 %.so: %.c
        $(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
 
+%.o: %.c l2tpns.h
+       $(CC) -c -o $@ $<  $(CFLAGS)
index d306f67..b498fd1 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -1,9 +1,10 @@
 // L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.5 2004/05/24 04:24:06 fred_nerk Exp $
+// $Id: l2tpns.h,v 1.6 2004/05/24 04:33:35 fred_nerk Exp $
 
 #include <netinet/in.h>
 #include <stdio.h>
-#include <config.h>
+#include <execinfo.h>
+#include "config.h"
 
 #define VERSION        "1.2.0"
 
diff --git a/stamp-h b/stamp-h
deleted file mode 100644 (file)
index 9788f70..0000000
--- a/stamp-h
+++ /dev/null
@@ -1 +0,0 @@
-timestamp