about summary refs log tree commit diff
path: root/dlfcn/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-28 08:13:51 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-28 08:13:51 +0000
commit00213fe406e0f1b5169d90020351d611c5af723d (patch)
tree9a8e558aab5e8715468e9559283078dcaf602d84 /dlfcn/Makefile
parent2ef4fbbd3370f7a2667ee68dbcae805bba98ffc7 (diff)
downloadglibc-00213fe406e0f1b5169d90020351d611c5af723d.tar.gz
glibc-00213fe406e0f1b5169d90020351d611c5af723d.tar.xz
glibc-00213fe406e0f1b5169d90020351d611c5af723d.zip
Update.
2000-07-28  Andreas Jaeger  <aj@suse.de>

	* sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4.

	* dlfcn/Makefile ($(objpfx)tst-dladdr): New.
	($(objpfx)tst-dladdr.out): new.
	(tests): Add tst-dladdr.
	($(objpfx)glrefmain): Use libdl.

	* dlfcn/tst-dladdr.c: New file.  Based on a test by Volkmar Sieh
	<vs@caldera.de>.
	
Diffstat (limited to 'dlfcn/Makefile')
-rw-r--r--dlfcn/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile
index 398972015a..a38be42647 100644
--- a/dlfcn/Makefile
+++ b/dlfcn/Makefile
@@ -33,7 +33,7 @@ endif
 libdl-shared-only-routines += eval
 
 ifeq (yes,$(build-shared))
-tests = glrefmain failtest
+tests = glrefmain failtest tst-dladdr
 endif
 modules-names = glreflib1 glreflib2 failtestmod
 extra-objs += $(modules-names:=.os) eval.os
@@ -47,9 +47,12 @@ test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
 $(test-modules): $(objpfx)%.so: $(objpfx)%.os
 	$(build-module)
 
-$(objpfx)glrefmain: $(objpfx)libdl.so
+$(objpfx)glrefmain: $(libdl)
 $(objpfx)glrefmain.out: $(objpfx)glrefmain \
 			$(objpfx)glreflib1.so $(objpfx)glreflib2.so
 
 $(objpfx)failtest: $(libdl)
 $(objpfx)failtest.out: $(objpfx)failtestmod.so
+
+$(objpfx)tst-dladdr: $(libdl)
+$(objpfx)tst-dladdr.out: $(objpfx)glreflib1.so