diff options
author | Juan Pablo Ugarte <jpu@src.gnome.org> | 2007-07-11 00:26:49 +0000 |
---|---|---|
committer | Juan Pablo Ugarte <jpu@src.gnome.org> | 2007-07-11 00:26:49 +0000 |
commit | a7bb7fe231eb9b0398174771170ba025b51cd8af (patch) | |
tree | 15dc2b123f1de6cb58bd2b9e6f83165708cc0847 /Makefile.am | |
parent | d13019316e50c7caa0c4d3795c1847a773b5de47 (diff) | |
download | glade-a7bb7fe231eb9b0398174771170ba025b51cd8af.tar.gz |
Removed bindings framework since now all binding work will be done
in the branch until we have a proper framework and a full implementation (python)
svn path=/trunk/; revision=1447
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce20b748..44e2c3d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po data gladeui src plugins bindings doc +SUBDIRS = po data gladeui src plugins doc if HAVE_GNOME_DOC_UTILS SUBDIRS += help |