diff options
Diffstat (limited to 'stun/tools')
-rw-r--r-- | stun/tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/tools/Makefile.am b/stun/tools/Makefile.am index 42b3108..7a9b772 100644 --- a/stun/tools/Makefile.am +++ b/stun/tools/Makefile.am @@ -8,7 +8,7 @@ # include $(top_srcdir)/common.mk -AM_CFLAGS = -std=gnu99 $(ERROR_CFLAGS) +AM_CFLAGS = -std=gnu99 $(LIBNICE_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = stunbdc stund |