gcc -g -o testgrid testgrid.o $(LIBNEWT) $(LIBS)
_snackmodule.so: snackmodule.o $(LIBNEWTSH)
- gcc --shared -o _snackmodule.so snackmodule.o -L . $(LIBNEWTSH)
+ gcc --shared -o _snackmodule.so snackmodule.o -L . -l$(LIBNEWTSH)
snackmodule.o: snackmodule.c
gcc -I/usr/include/python1.5 -fPIC $(CFLAGS) -c snackmodule.c
whiptail: $(NDIALOGOBJS) $(LIBNEWTSH)
- gcc -g -o whiptail $(NDIALOGOBJS) -L . $(LIBNEWTSH) $(LIBS) -lpopt
+ gcc -g -o whiptail $(NDIALOGOBJS) -L . -l$(LIBNEWTSH) $(LIBS) -lpopt
whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH)
- gcc -shared -o whiptcl.so $(WHIPTCLOBJS) -L . $(LIBNEWTSH) -ltcl -lslang -lpopt -lm
+ gcc -shared -o whiptcl.so $(WHIPTCLOBJS) -L . -l$(LIBNEWTSH) -ltcl -lslang -lpopt -lm
$(LIBNEWT): $(LIBNEWT)($(LIBOBJS))