From 7285c3e91c3bbd77389382efe89355ad12afa47f Mon Sep 17 00:00:00 2001 From: fred_nerk Date: Mon, 24 May 2004 04:33:35 +0000 Subject: [PATCH] Foo --- Makefile | 2 ++ l2tpns.h | 5 +++-- stamp-h | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 stamp-h diff --git a/Makefile b/Makefile index b193c37..18be310 100644 --- 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) diff --git a/l2tpns.h b/l2tpns.h index d306f67..b498fd1 100644 --- 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 #include -#include +#include +#include "config.h" #define VERSION "1.2.0" diff --git a/stamp-h b/stamp-h deleted file mode 100644 index 9788f70..0000000 --- a/stamp-h +++ /dev/null @@ -1 +0,0 @@ -timestamp -- 2.20.1