diff options
author | venaas <venaas> | 2007-06-05 12:44:13 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-05 12:44:13 +0000 |
commit | f4921bf85b87cfa641878160b9b6525eaef25d3d (patch) | |
tree | 4786805f243e9b070645b1d2bf0e0a37e4bea0b9 /Makefile | |
parent | cddbe54d60b854acd09001beaefc70d27bb4c9a7 (diff) |
This is the very real 1.0-alpha release (no code changes since previous)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@127 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -g -Wall -pedantic -pthread +CFLAGS = -Wall -pedantic -pthread LDFLAGS = -lssl OBJ = util.o debug.o radsecproxy.o |