Foo
This commit is contained in:
parent
144bd8fb6b
commit
e98737a168
3 changed files with 5 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -60,3 +60,5 @@ install: all
|
||||||
%.so: %.c
|
%.so: %.c
|
||||||
$(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
|
$(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
|
||||||
|
|
||||||
|
%.o: %.c l2tpns.h
|
||||||
|
$(CC) -c -o $@ $< $(CFLAGS)
|
||||||
|
|
|
||||||
5
l2tpns.h
5
l2tpns.h
|
|
@ -1,9 +1,10 @@
|
||||||
// L2TPNS Global Stuff
|
// 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 <netinet/in.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <config.h>
|
#include <execinfo.h>
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#define VERSION "1.2.0"
|
#define VERSION "1.2.0"
|
||||||
|
|
||||||
|
|
|
||||||
1
stamp-h
1
stamp-h
|
|
@ -1 +0,0 @@
|
||||||
timestamp
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue