Browse Source

test: nptl and tls tests need main include dir

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 15 years ago
parent
commit
d9c7e6a19e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      test/nptl/Makefile.in
  2. 1 0
      test/tls/Makefile.in

+ 1 - 0
test/nptl/Makefile.in

@@ -57,6 +57,7 @@ EXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \
 	-I$(PTDIR)/sysdeps/generic					\
 	-I$(top_builddir)ldso/include					\
 	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)			\
+	-I$(top_builddir)include					\
 	-include $(top_builddir)include/libc-symbols.h
 
 ifeq ($(TARGET_ARCH),i386)

+ 1 - 0
test/tls/Makefile.in

@@ -19,6 +19,7 @@ EXTRA_CFLAGS := -DNOT_IN_libc=1 \
 	-I$(PTDIR)/sysdeps/generic				\
 	-I$(top_builddir)ldso/include				\
 	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)		\
+	-I$(top_builddir)include				\
 	-include $(top_builddir)include/libc-symbols.h
 
 CFLAGS_tst-tlsmod1.so := -fPIC -DSHARED -shared