mirror of https://github.com/getdnsapi/getdns.git
Pedantic warnings and XTRA_CFLAGS for tools too
This commit is contained in:
parent
8b454afb80
commit
1264099be7
|
@ -40,7 +40,8 @@ LIBTOOL = ../../libtool
|
|||
srcdir = @srcdir@
|
||||
|
||||
CC=@CC@
|
||||
CFLAGS=-I$(srcdir)/.. -I$(srcdir) -I.. $(cflags) @CFLAGS@ @CPPFLAGS@
|
||||
WPEDANTICFLAG=@WPEDANTICFLAG@
|
||||
CFLAGS=-I$(srcdir)/.. -I$(srcdir) -I.. $(cflags) @CFLAGS@ @CPPFLAGS@ $(WPEDANTICFLAG) $(XTRA_CFLAGS)
|
||||
LDFLAGS=-L.. @LDFLAGS@
|
||||
LDLIBS=../libgetdns.la @LIBS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue