projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48f9bf
)
Add SPREAD_SHEET_WIDGET_CFLAGS to the flags used for building the GUI
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 4 Jun 2017 17:00:25 +0000
(19:00 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 4 Jun 2017 17:00:25 +0000
(19:00 +0200)
src/ui/gui/automake.mk
patch
|
blob
|
history
diff --git
a/src/ui/gui/automake.mk
b/src/ui/gui/automake.mk
index 434fffe088e88f39a200a7e56d4cbf800e6836f7..d302f5b258bed2f81855eb14cf1947010935024f 100644
(file)
--- a/
src/ui/gui/automake.mk
+++ b/
src/ui/gui/automake.mk
@@
-75,7
+75,7
@@
if HAVE_GUI
bin_PROGRAMS += src/ui/gui/psppire
noinst_PROGRAMS += src/ui/gui/spreadsheet-test
-src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1
+src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS)
$(SPREAD_SHEET_WIDGET_CFLAGS)
-Wall -DGDK_MULTIHEAD_SAFE=1
src_ui_gui_spreadsheet_test_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1