| author | Alexey Melnikov <alexey.melnikov@isode.com> | 2011-09-22 14:41:12 (GMT) |
|---|---|---|
| committer | Alexey Melnikov <alexey.melnikov@isode.com> | 2011-09-22 14:41:12 (GMT) |
| commit | 5611d43e27098f659f84155271cf42f46aab1caf (patch) (side-by-side diff) | |
| tree | 118bdd6110d140ccd18d98013c4d87ad16dcbd0e | |
| parent | f68e8b00dcc07902dd3b4a77539e4f77a73e3b63 (diff) | |
| download | cyrus-sasl-5611d43e27098f659f84155271cf42f46aab1caf.tar.gz | |
lib should be built before plugins (Patch from marcandre.lureau@redhat.com)
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d6005fb..b35164e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ else INSTALLOSX = endif -SUBDIRS=include sasldb plugins lib utils doc man $(PWC) $(SAM) $(JAV) $(SAD) +SUBDIRS=include sasldb lib plugins utils doc man $(PWC) $(SAM) $(JAV) $(SAD) EXTRA_DIST=config cmulocal win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT dist-hook: |
