diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-05 09:09:31 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-05 09:09:31 +0200 |
commit | fc96d63b356e425766f948f3726cd6f8d11c99d8 (patch) | |
tree | a9fe1ac0c5ca37963ea82e6f8338d2931de5ce64 /lib/Makefile.am | |
parent | 69188ac543de80db7b80f1ebeb551999be46e907 (diff) |
Disable debug printouts.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7e3f392..6f01c9a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,4 +15,4 @@ libradsec_la_SOURCES = \ request.c \ radsec.c libradsec_la_LDFLAGS = -version-info 0:0:0 -libradsec_la_CFLAGS = $(CFLAGS) -DDEBUG #-DDEBUG_LEVENT +libradsec_la_CFLAGS = $(CFLAGS) #-DDEBUG -DDEBUG_LEVENT |