git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5890 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-08 13:44:40 +00:00
parent f6f4a0e3bf
commit 1c23c5b2bd

View File

@@ -42,8 +42,8 @@ install_symlink_command2 = @install_symlink_command2@
SOURCES = edit_compat.c editline.c complete.c sysunix.c
EXTRA_SOURCES = strdup.c
EXTRA_OBJECTS = strdup.o
EXTRA_SOURCES = strdup.c snprintf.c
EXTRA_OBJECTS = strdup.o snprintf.o
libeditline_a_OBJECTS = editline.o complete.o sysunix.o $(EXTRA_OBJECTS)
@@ -103,5 +103,7 @@ $(OBJECTS): ../../include/config.h
strdup.c:
$(LN_S) $(srcdir)/../roken/strdup.c .
snprintf.c:
$(LN_S) $(srcdir)/../roken/snprintf.c .
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean