diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-05 09:02:22 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-10-05 17:07:54 +0200 |
commit | 15c1b84f13b1b79ad99a97be1ac37dff809bee9a (patch) | |
tree | 6b3436402ff88839e3c10d04727e18bb79357b0f /lib/Makefile.am | |
parent | 10005137cb0511a7792fd4686e39b206f99fb8e0 (diff) |
Parameterize and disable libevent 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 9acc2cb..7e3f392 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 |