diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-08-25 05:02:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-25 05:02:32 +0800 |
commit | ec543643c786553ff47ced0a871b4f31508cdb8d (patch) | |
tree | e7a1f4e368cdbb65c51a73a731351091d15fa30e /widgets/Makefile.am | |
parent | a7aac14395dc0ceba8540be6e3d4981d459f9515 (diff) | |
download | gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.gz gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.zst gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.zip |
** Fixes bug #411619
2007-08-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #411619
* configure.in:
Add appropriate compiler and linker flags to e-util if GTK+
was built against X11.
* widgets/Makefile.am: Fix subdirectory order.
* widgets/e-timezone-dialog/Makefile.am: Remove WIN32_BOOTSTRAP_LIBS.
svn path=/trunk/; revision=34101
Diffstat (limited to 'widgets/Makefile.am')
-rw-r--r-- | widgets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/Makefile.am b/widgets/Makefile.am index 8be8fa19bf..3eb5ea06f7 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -1,9 +1,9 @@ SUBDIRS = \ - e-timezone-dialog \ table \ text \ misc \ + e-timezone-dialog \ menus EXTRA_DIST = \ |