diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-12 08:41:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-12 08:41:06 +0800 |
commit | 0889a3a50eb13d95f0a61efc73afa4f05125c8df (patch) | |
tree | e2b8509e26df5c36085721662425d70f08981284 /widgets/Makefile.am | |
parent | c6b6c24c8cb1b1929bc260d4a97bb84ef0789e34 (diff) | |
download | gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.tar gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.tar.gz gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.tar.bz2 gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.tar.lz gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.tar.xz gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.tar.zst gsoc2013-evolution-0889a3a50eb13d95f0a61efc73afa4f05125c8df.zip |
Fix a build problem (e-table now depends on the `misc' widgets, so we
need to build the `misc' directory first) and install a `.desktop'
file and an icon file. (For now, the icon file is a copy of
`evolution-inbox.png'.)
svn path=/trunk/; revision=3527
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 a140d09102..a2c421ee7d 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = \ + misc \ e-paned \ e-text \ e-table \ meeting-time-sel \ - misc \ shortcut-bar |