Fix warning and add missing checks for LZO library.
This commit is contained in:
parent
f238c209f4
commit
4b0e5a03fe
2 changed files with 33 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
## Produce this file with automake to get Makefile.in
|
||||
# $Id: Makefile.am,v 1.4.4.28 2002/09/10 21:46:05 guus Exp $
|
||||
# $Id: Makefile.am,v 1.4.4.29 2003/06/07 13:18:31 guus Exp $
|
||||
|
||||
sbin_PROGRAMS = tincd
|
||||
|
||||
|
@ -21,7 +21,7 @@ tincd_LDADD = \
|
|||
|
||||
localedir = $(datadir)/locale
|
||||
|
||||
CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
|
||||
AM_CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
|
||||
-DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\"
|
||||
|
||||
dist-hook:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue