added spreadsheetwidget CFLAGS to automake
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 1 Oct 2020 07:28:26 +0000 (09:28 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 1 Oct 2020 07:28:26 +0000 (09:28 +0200)
The build now honours the CFLAGS which are provided by pkgconfig
for the spread-sheet-widget.

src/ui/gui/automake.mk

index 0fa4afb1bf54952b586e08fe95f86d0322e9696d..910f390751d575b11bc9820cfdf85f460651189c 100644 (file)
@@ -356,6 +356,7 @@ src_ui_gui_libwidgets_essential_la_SOURCES = \
 src_ui_gui_libwidgets_essential_la_CFLAGS = \
        $(GTK_CFLAGS) \
        $(GTKSOURCEVIEW_CFLAGS) \
+        $(SPREAD_SHEET_WIDGET_CFLAGS) \
        $(AM_CFLAGS)
 
 # The unused-parameter warning is not by default disabled