shared library dependencies
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4732 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -30,6 +30,8 @@ LIBPREFIX = @LIBPREFIX@
|
||||
LDSHARED = @LDSHARED@
|
||||
LIB = $(LIBNAME).$(LIBEXT)
|
||||
|
||||
LIB_DEPS = @LIB_tgetent@ -lc
|
||||
|
||||
SOURCES = edit_compat.c editline.c complete.c sysunix.c
|
||||
|
||||
OBJECTS = @editline_OBJS@
|
||||
@@ -79,7 +81,7 @@ $(LIBNAME).a: $(OBJECTS)
|
||||
|
||||
$(LIBNAME).$(SHLIBEXT): $(OBJECTS)
|
||||
rm -f $@
|
||||
$(LDSHARED) -o $@ $(OBJECTS)
|
||||
$(LDSHARED) -o $@ $(OBJECTS) $(LIB_DEPS)
|
||||
|
||||
$(OBJECTS): ../../include/config.h
|
||||
|
||||
|
Reference in New Issue
Block a user