summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2001-05-27 19:48:28 +0000
committerAdam Heath <doogie@debian.org>2001-05-27 19:48:28 +0000
commit54d38602f12d3177ae2781402d60d08c33bffb78 (patch)
tree8a3374c9f49d77ff78bc167c68b64706c437a4d4 /dselect
parent74b0a9cac3286f7e6c502604bc0399ad36e51a03 (diff)
downloaddpkg-54d38602f12d3177ae2781402d60d08c33bffb78.tar.gz
Discovered that if anything in optlib/ was actually needed, it wasn't being
included. Modified LDFLAGS to include -L../optlib, and moved -ldpkg and -loptlib to LDFLAGS as well.
Diffstat (limited to 'dselect')
-rw-r--r--dselect/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/Makefile.in b/dselect/Makefile.in
index 6937f1773..b98d73a9c 100644
--- a/dselect/Makefile.in
+++ b/dselect/Makefile.in
@@ -47,7 +47,7 @@ install-doc:
done
dselect: $(OBJECTS) ../lib/libdpkg.a
- $(CXX) $(LDFLAGS) -L../lib -o $@ $(OBJECTS) $(LIBS) $(NLS_LIBS) -ldpkg -lncurses
+ $(CXX) $(LDFLAGS) -o $@ $(OBJECTS) -lncurses $(LIBS) $(NLS_LIBS)
basecmds.o: helpmsgs.h
curkeys.o: curkeys.h