diff options
Diffstat (limited to 'stun')
-rw-r--r-- | stun/Makefile.am | 2 | ||||
-rw-r--r-- | stun/tools/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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 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 |