diff options
| -rw-r--r-- | src/Makefile.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index d0181a3..1292d1d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -191,7 +191,7 @@ top_builddir = @top_builddir@  top_srcdir = @top_srcdir@  duser_POSIX = -D_GNU_SOURCE  AM_CFLAGS = ${duser_POSIX} --std=c99 -O2 -pedantic -Wall -Wextra -@HAVE_COMPAT_FALSE@duser_LDFLAGS = -lpcre +@HAVE_COMPAT_FALSE@duser_LDFLAGS =   @HAVE_COMPAT_TRUE@duser_LDFLAGS = -L$(top_srcdir)/compat -ldusercompat  duser_SOURCES = duser.c \  		user.c \  | 
