diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2007-01-25 19:29:08 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2007-01-25 19:29:08 +0000 |
commit | a769fa158c395de958e83162742e29fb26f50728 (patch) | |
tree | 01b49385d72cb432a2efb85b7f0630e876406987 /Makefile.am | |
parent | 3c5eb7fa33cb948916adf81bf3df08eb7d8f6c20 (diff) | |
download | glade-a769fa158c395de958e83162742e29fb26f50728.tar.gz |
fixed conditionally building gnome & python.
* Makefile.am, configure.ac, plugins/Makefile.am, bindings/Makefile.am:
fixed conditionally building gnome & python.
* data/libgladeui-1.0.pc.in: Renamed to gladeui-1.0.pc.in.
Updated for change in location of header files.
* gladeui/glade.h, gladeui/glade-xml-utils.c: Cleaned up 'glade.h'.
- Moved GLADE_TAG_* defines to glade-xml-utils.h.
- Nuked GLADE_GENERIC_BORDER_WIDTH.
* gladeui/*.h, plugins/gtk+/glade-gtk.[ch],
plugins/gnome/glade-gnome.ch, bindings/python/*.[ch]:
Changed header files location for libgladeui.
svn path=/trunk/; revision=1054
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 7cad6b01..135ba04c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,10 @@ ## Process this file with automake to produce Makefile.in -if DISABLE_USER_MANUAL + SUBDIRS = po data gladeui src plugins bindings doc -else -SUBDIRS = po data gladeui src plugins bindings help doc + +if BUILD_USER_MANUAL +SUBDIRS += help endif ACLOCAL_AMFLAGS = -I m4 |