mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 05:40:08 +08:00
* tests/Makefile.am: Add -I/src to AM_CPPFLAGS
This commit is contained in:
parent
939dbb0ebb
commit
ceb5d2d794
@ -147,7 +147,8 @@ LDADD = ../src/libunittest.a ../lib/libgnu.a $(GETADDRINFO_LIB) $(HOSTENT_LIB)\
|
||||
$(INET_NTOP_LIB) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_CRYPTO)\
|
||||
$(LIB_NANOSLEEP) $(LIB_POSIX_SPAWN) $(LIB_SELECT) $(LIBICONV) $(LIBINTL)\
|
||||
$(LIBTHREAD) $(LIBUNISTRING) $(SERVENT_LIB)
|
||||
AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -DLOCALEDIR=\"$(localedir)\"
|
||||
AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/src -DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
|
||||
CLEANFILES = *~ *.bak core core.[0-9]*
|
||||
|
Loading…
Reference in New Issue
Block a user