diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-02 05:52:18 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-02 05:52:18 +0800 |
commit | 63a09dc65bc9f54ec389cabb99c848ce56ef2fbc (patch) | |
tree | 8bb83c624ce9acd208e2a7ed2f97c7a9a67e3d89 /Makefile.am | |
parent | 3274711d7e1b98da355c5adde726c69ee340e36e (diff) | |
download | gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.tar gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.tar.gz gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.tar.bz2 gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.tar.lz gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.tar.xz gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.tar.zst gsoc2013-evolution-63a09dc65bc9f54ec389cabb99c848ce56ef2fbc.zip |
Added views stuff.
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (SUBDIRS), configure.in: Added views stuff.
svn path=/trunk/; revision=8461
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 4d3bfaae5a..065e218ad5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,9 @@ EXTRA_DIST = \ NEWS \ $(appicon_DATA) \ $(application_in_files) \ - xml-i18n-merge.in \ - xml-i18n-update.in \ - xml-i18n-extract.in + xml-i18n-merge.in \ + xml-i18n-update.in \ + xml-i18n-extract.in SUBDIRS = \ intl \ @@ -44,5 +44,6 @@ SUBDIRS = \ art \ ui \ default_user \ + views \ tools \ po |