diff options
author | infirit <[email protected]> | 2014-11-08 01:39:19 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-28 08:51:50 +0100 |
commit | 741bece3260fb643e75f1131c3f60e158d672ed3 (patch) | |
tree | f00f2ee970ec1db69ecdd7855f82aa12205e0691 /libmate-desktop/Makefile.am | |
parent | d9abcf8aa5902bdfce68c77dac560e7aac3af28f (diff) | |
download | mate-desktop-741bece3260fb643e75f1131c3f60e158d672ed3.tar.bz2 mate-desktop-741bece3260fb643e75f1131c3f60e158d672ed3.tar.xz |
introspection: Fix c-includes to actually include headers
Based on gnome-commit: 446e8ffcf16ccf909f45b293532f50996b0dd728
From: Benjamin Otte <[email protected]>
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r-- | libmate-desktop/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index c8227f7..e88434b 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -110,6 +110,7 @@ MateDesktop_2_0_gir_CFLAGS = -DMATE_DESKTOP_USE_UNSTABLE_API -I$(top_srcdir) MateDesktop_2_0_gir_LIBS = libmate-desktop-2.la MateDesktop_2_0_gir_FILES = $(introspection_sources) $(libmate_desktop_HEADERS) MateDesktop_2_0_gir_SCANNERFLAGS = --identifier-prefix=Mate --symbol-prefix=mate_ +INTROSPECTION_SCANNER_ARGS += $(patsubst %,--c-include='libmate-desktop/%',$(libmate_desktop_HEADERS)) INTROSPECTION_GIRS += MateDesktop-2.0.gir girdir = $(datadir)/gir-1.0 |