From: Nikos Mavrogiannopoulos Date: Sun, 29 Dec 2002 20:18:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_8_0~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa2a18d0bc3fc1b8597d5ca7c8d8276e3514b68a;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/tests/Makefile b/tests/Makefile index d4e98a2e94..84505c242d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,15 +5,10 @@ CFLAGS=-O2 -I../libextra/ -I../ -I../lib/ `../lib/libgnutls-config --cflags` all: x509test opgptest -x509test: x509_test.o - -x509_test.o: x509_test.c +x509test: x509_test.c $(CC) $(CFLAGS) x509_test.c $(LIBS) -o x509test - -opgptest: openpgp_test.o - -openpgp_test.o: openpgp_test.c +opgptest: openpgp_test.c $(CC) $(CFLAGS) openpgp_test.c $(LIBS2) -o opgptest