aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-gtk')
-rw-r--r--src/interface-gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface-gtk/Makefile.am b/src/interface-gtk/Makefile.am
index 6c81879..dc4da3a 100644
--- a/src/interface-gtk/Makefile.am
+++ b/src/interface-gtk/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS += -I$(top_srcdir)/src
-AM_CFLAGS = -Wall -std=c99
-AM_CXXFLAGS = -Wall -Wno-char-subscripts
+AM_CFLAGS = -std=c99 -Wall
+AM_CXXFLAGS = -std=c++11 -Wall -Wno-char-subscripts
if CLANG
AM_CXXFLAGS += -Wno-mismatched-tags
endif