summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-04 01:14:49 -0700
committerStefano Karapetsas <[email protected]>2013-04-04 01:14:49 -0700
commit17565e25ca40411560a7db398cca1b3e37968a2d (patch)
tree0963ec69d9dfafe30b25d360e6cb68f927ee09a2
parente1606750e30b8e479899ec6e287091fab78a4451 (diff)
parent558868a8bf1a552a8af3951471d6ba3a78059e14 (diff)
downloadmate-panel-17565e25ca40411560a7db398cca1b3e37968a2d.tar.bz2
mate-panel-17565e25ca40411560a7db398cca1b3e37968a2d.tar.xz
Merge pull request #90 from cygwinports/master
Build fixes for 1.6
-rw-r--r--doc/reference/mate-panel-applet/Makefile.am2
-rw-r--r--libmate-panel-applet/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/mate-panel-applet/Makefile.am b/doc/reference/mate-panel-applet/Makefile.am
index 2002b3d6..a97192c4 100644
--- a/doc/reference/mate-panel-applet/Makefile.am
+++ b/doc/reference/mate-panel-applet/Makefile.am
@@ -55,7 +55,7 @@ GTKDOC_CFLAGS = \
GTKDOC_LIBS = \
$(LDFLAGS) \
$(PANEL_LIBS) \
- ../../../libmate-panel-applet/libmate-panel-applet-3.la
+ ../../../libmate-panel-applet/libmate-panel-applet-4.la
include $(top_srcdir)/gtk-doc.make
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am
index 244d5d41..f3ab4dfc 100644
--- a/libmate-panel-applet/Makefile.am
+++ b/libmate-panel-applet/Makefile.am
@@ -118,7 +118,7 @@ built_introspection_sources = \
MatePanelApplet-4.0.gir: libmate-panel-applet-4.la
MatePanelApplet_4_0_gir_INCLUDES = GObject-2.0 Gtk-2.0 Gio-2.0
-MatePanelApplet_4_0_gir_CFLAGS = $(AM_CPPFLAGS)
+MatePanelApplet_4_0_gir_CFLAGS = $(AM_CPPFLAGS) -I$(srcdir)
MatePanelApplet_4_0_gir_LIBS = libmate-panel-applet-4.la
MatePanelApplet_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources)) $(addprefix $(builddir)/,$(built_introspection_sources))
# When requiring gobject-introspection 0.9.5, use this: