diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-12-18 13:51:12 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-12-18 13:51:12 +0000 |
commit | a8e6ee33b1ae23caeb1c21218fb2f2a94d945e08 (patch) | |
tree | 4b502b15beed1cd3d8cdb49944453b9d33878898 /modules/Makefile.am | |
parent | f8a1be3a0401f42f84b83a85a1fb6ac69e6ffd47 (diff) | |
download | gtk+-a8e6ee33b1ae23caeb1c21218fb2f2a94d945e08.tar.gz |
Integrate gail into gtk+. Bug #169488.
* configure.in:
* docs/reference/Makefile.am:
* docs/reference/libgail-util/*:
* gail-uninstalled.pc.in:
* gail.pc.in:
* modules/Makefile.am:
* modules/other/Makefile.am:
* modules/other/gail/*:
* modules/other/gail/libgail-util/*:
* po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
svn path=/trunk/; revision=19196
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index d8e0c58290..86a89af3c7 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,8 +1,7 @@ include $(top_srcdir)/Makefile.decl +SUBDIRS = input engines other + if OS_UNIX -PRINTBACKENDS_SUBDIR=printbackends +SUBDIRS += printbackends endif - -SUBDIRS=input engines $(PRINTBACKENDS_SUBDIR) -DIST_SUBDIRS=input engines printbackends |