diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-03 15:53:38 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-03 15:53:38 +0100 | 
| commit | 942fae2daf51477ea9ebd55435597efb1ab11aa1 (patch) | |
| tree | 1e1b4e105bad1565401a48d5431c04647831d844 /src | |
| parent | 5f9d33dedb13254ff400e5e0af114bfba3152a09 (diff) | |
Fix non-linux compilation errors.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 3d4874c..dae308d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libdg.la  libdg_la_CPPFLAGS = \  	-I$(top_srcdir)/hugin -I$(top_srcdir)/pugixml/src \ -	$(SSEFLAGS) \ +	$(SSEFLAGS) -D_USE_MATH_DEFINES -Wno-unused-private-field \  	-I$(top_srcdir)/libs $(SNDFILE_CFLAGS) $(PTHREAD_CFLAGS)  libdg_la_LIBADD = \ | 
