summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-06-15 16:43:51 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-06-15 16:43:51 -0400
commit9240c83dddcedaa3dd482418020622b288c6915f (patch)
tree66e314cf52aedbe5911f48d851566e2885fc53a4 /plugins/Makefile.am
parent0da5ff316c1cd3c866463f21063af0b5e59d8fd1 (diff)
downloadglade-9240c83dddcedaa3dd482418020622b288c6915f.tar.gz
* configure.ac: Require GTK+ 3.0 and change package domain from glade3 -> glade
* src/Makefile.am, gladeui/Makefile.am: application 'glade-3' -> 'glade', library libgladeui-1 -> libgladeui-2 * plugins/Makefile.am, plugins/gnome/*: Removed libgnomeui support. * plugins/gtk/gtk+.xml.in, plugins/gtk/glade-gtk.c: Removed all reference to deprecated GTK+ widgets (anything removed in 3.0).
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 093e1889..1324bc45 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,10 +2,6 @@
SUBDIRS = gtk+
-if BUILD_GNOME
-SUBDIRS += gnome
-endif
-
if BUILD_PYTHON
SUBDIRS += python
endif