From: sopwith Date: Wed, 24 Sep 1997 02:38:44 +0000 (+0000) Subject: more popt fixes...? X-Git-Tag: r0-12~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21b9b1edee4c143de948dbcf9e4e0750baa0a48;p=thirdparty%2Fnewt.git more popt fixes...? --- diff --git a/Makefile b/Makefile index 6d60de6..97282a6 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,10 @@ testgrid: testgrid.o $(LIBNEWT) gcc -g -o testgrid testgrid.o $(LIBNEWT) $(LIBS) whiptail: $(NDIALOGOBJS) $(LIBNEWTSH) - gcc -g -o whiptail $(NDIALOGOBJS) $(LIBNEWTSH) $(LIBS) -lpopt + gcc -g -o whiptail $(NDIALOGOBJS) $(LIBNEWTSH) $(LIBS) -L. -lpopt whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH) - gcc -shared -o whiptcl.so $(WHIPTCLOBJS) $(LIBNEWTSH) -ltcl -lslang -lpopt -lm + gcc -shared -o whiptcl.so $(WHIPTCLOBJS) $(LIBNEWTSH) -ltcl -lslang -L. -lpopt -lm $(LIBNEWT): $(LIBNEWT)($(LIBOBJS))