From: David Parrish Date: Mon, 24 May 2004 04:33:35 +0000 (+0000) Subject: Foo X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~455 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/e98737a1683046b634692bd9e5406e53b89a65c9 Foo --- 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 8cdc2fc..f007154 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