summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-06-02 17:51:21 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-06-02 17:56:38 +0200
commit214a41793f124dbccfc72f60e739ec2f362f85ee (patch)
treee41dc2f3f8ab0c0a633d032a2df434ece54ee38b
parent2e40ffc55840fef27daf948f4e27e5c6a0da0436 (diff)
build: Remove GMenu include
The actual GMenu dependency was removed a while ago, so stop adding it to the GIR includes.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae01bdd5..124b3de9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -320,7 +320,7 @@ INTROSPECTION_GIRS += ShellMenu-0.1.gir
CLEANFILES += ShellMenu-0.1.gir
Shell-0.1.gir: gnome-shell St-1.0.gir ShellMenu-0.1.gir
-Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 Soup-2.4 GMenu-3.0
+Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 Soup-2.4
if HAVE_NETWORKMANAGER
Shell_0_1_gir_INCLUDES += NetworkManager-1.0 NMClient-1.0
endif