diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2012-03-29 14:46:16 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2012-03-29 14:46:16 -0400 | 
| commit | d902c177d7aefaee377fad4a8b8970d3029ba67d (patch) | |
| tree | 4660d19fbca7a15da42664f73813b6d414cbdca0 | |
| parent | 8c2da5cbe4e5e73fa69e6fd2615abb03fd99f36b (diff) | |
| parent | 663045a88bf00e2af6c9e0576b26f63a9fa592af (diff) | |
| download | duser-master.tar.gz | |
| -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 \  | 
