From 977f0fdf9834f391a62f74a67960e8e301c914bb Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 30 Jan 2004 16:39:59 +0000 Subject: develop --- examples/ex1/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/ex1/Makefile.am') diff --git a/examples/ex1/Makefile.am b/examples/ex1/Makefile.am index e27d218..468203c 100644 --- a/examples/ex1/Makefile.am +++ b/examples/ex1/Makefile.am @@ -1,6 +1,9 @@ bin_PROGRAMS=simple simple_SOURCES=simple.c INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS) +LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \ + $(LIBSOCKET) $(LIBNSL) -lpthread + simple_LDFLAGS=-L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) \ $(LIBXML_LIBS) -- cgit v1.1-32-gdbae