]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/tests/Makefile.in
* rework stringbuffered reading on nonblocking files
[citadel.git] / libcitadel / tests / Makefile.in
index 7d24aaa9365c65b382ace78999af1b43ad2f4cb8..32718a0f949a7ecd42e19dc0e9d03e4b39f35c58 100644 (file)
@@ -5,9 +5,9 @@ CC=@CC@
 CFLAGS=@CFLAGS@
 DEFS=@DEFS@
 INSTALL=@INSTALL@
-LIBOBJS=@LIBOBJS@ -lcunit -lcitadel
+LIBOBJS=@LIBOBJS@ -lcunit
 LIBS=@LIBS@
-LDFLAGS=@LDFLAGS@ -L ../.libs
+LDFLAGS=@LDFLAGS@ -dn
 SED=@SED@
 LCUNIT_DEFS=
 srcdir=../
@@ -33,12 +33,14 @@ distclean: clean
 stringbuf_test:        $(LIBOBJS) stringbuf_test.o 
        $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
        stringbuf_test.o \
+       ../.libs/libcitadel.a \
        -o stringbuf_test \
        $(LIBS)
 
 stringbuf_IO_test:     $(LIBOBJS) stringbuf_IO_test.o 
        $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
        stringbuf_IO_test.o \
+       ../.libs/libcitadel.a \
        -o stringbuf_io_test \
        $(LIBS)