diff options
author | infirit <[email protected]> | 2014-01-27 14:24:36 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-27 14:24:36 +0100 |
commit | c8cb51ddab947b191198b279ce99ee1afc331deb (patch) | |
tree | 6a73f37df1135b8aae9c791d4e6326e80e8ea701 /libmate-panel-applet | |
parent | c59787baff127759bcf777bf7462330b55d3b83b (diff) | |
download | mate-panel-c8cb51ddab947b191198b279ce99ee1afc331deb.tar.bz2 mate-panel-c8cb51ddab947b191198b279ce99ee1afc331deb.tar.xz |
libmate-panel-applet: Use GTK_API_VERSION in Makefile instead of harcoded gtk api.
Diffstat (limited to 'libmate-panel-applet')
-rw-r--r-- | libmate-panel-applet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index f3ab4dfc..a718e373 100644 --- a/libmate-panel-applet/Makefile.am +++ b/libmate-panel-applet/Makefile.am @@ -117,7 +117,7 @@ built_introspection_sources = \ mate-panel-applet-enums.h 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_INCLUDES = GObject-2.0 Gtk-$(GTK_API_VERSION) Gio-2.0 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)) |