This commit is contained in:
fred_nerk 2004-05-24 04:33:35 +00:00
parent 6528c2f3b6
commit 7285c3e91c
3 changed files with 5 additions and 3 deletions

View file

@ -60,3 +60,5 @@ install: all
%.so: %.c
$(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
%.o: %.c l2tpns.h
$(CC) -c -o $@ $< $(CFLAGS)