diff options
Diffstat (limited to 'plugins/sasl/Makefile.am')
-rw-r--r-- | plugins/sasl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sasl/Makefile.am b/plugins/sasl/Makefile.am index 2324450c..1d0b32fb 100644 --- a/plugins/sasl/Makefile.am +++ b/plugins/sasl/Makefile.am @@ -4,5 +4,5 @@ lib_LTLIBRARIES = sasl.la sasl_la_SOURCES = sasl.c sasl_la_LDFLAGS = -avoid-version -module sasl_la_LIBADD = -AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common |