diff options
Diffstat (limited to 'stun/Makefile.am')
-rw-r--r-- | stun/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/Makefile.am b/stun/Makefile.am index 7601964..f90c3d4 100644 --- a/stun/Makefile.am +++ b/stun/Makefile.am @@ -10,7 +10,7 @@ SUBDIRS = . tools tests include $(top_srcdir)/common.mk -AM_CFLAGS = -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" $(ERROR_CFLAGS) +AM_CFLAGS = -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" $(LIBNICE_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir) if WINDOWS |