diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:45:25 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:45:25 +0000 |
commit | 11e357850cb32beb3f33514b7747f257f8e54547 (patch) | |
tree | e1ee4286bc1c2fa2722c859a36c10f82893ac741 /Makefile.am | |
parent | 570e3ef1831cdb13a1baf846029ffa1cb7ec1b79 (diff) | |
download | fetchmail-11e357850cb32beb3f33514b7747f257f8e54547.tar.gz fetchmail-11e357850cb32beb3f33514b7747f257f8e54547.tar.bz2 fetchmail-11e357850cb32beb3f33514b7747f257f8e54547.zip |
Build top-level dir first.
svn path=/branches/BRANCH_6-3/; revision=5316
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a3bbaadc..db6fb731 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Makefile for fetchmail -SUBDIRS= po +SUBDIRS= . po AUTOMAKE_OPTIONS= 1.8 foreign no-dist-gzip dist-bzip2 AM_CPPFLAGS= -I$(srcdir)/libesmtp |