diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-02-22 09:41:34 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-02-22 09:41:34 +0800 |
commit | 672951d588040b56f0a732899b80ba67827bc8ba (patch) | |
tree | 71f97748c915bff6fba22b386dceefbbf9350efc | |
parent | 52cbc6937611c45e18b609f7873106fc923511ac (diff) | |
download | gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.tar gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.tar.gz gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.tar.bz2 gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.tar.lz gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.tar.xz gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.tar.zst gsoc2013-evolution-672951d588040b56f0a732899b80ba67827bc8ba.zip |
Add filter to the list of directories to process
svn path=/trunk/; revision=1897
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eefa42361d..b8896a9a72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ SUBDIRS = \ macros \ data \ libibex \ + filter \ camel \ e-util \ widgets \ |