Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
321 changes: 162 additions & 159 deletions INSTALL

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = gnu dist-bzip2

INCLUDES = -I$(srcdir) $(VERSION_FLAGS)
AM_CPPFLAGS = -I$(srcdir) $(VERSION_FLAGS)
SUBDIRS = @subdirs@ @SASL_PLUGINS@
DIST_SUBDIRS = @subdirs@ @DIST_PLUGINS@
AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
Expand Down
Loading