summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/sl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/sl/Makefile.am')
-rw-r--r--crypto/heimdal/lib/sl/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/heimdal/lib/sl/Makefile.am b/crypto/heimdal/lib/sl/Makefile.am
index 32adef9..2589e58 100644
--- a/crypto/heimdal/lib/sl/Makefile.am
+++ b/crypto/heimdal/lib/sl/Makefile.am
@@ -1,13 +1,12 @@
-# $Id: Makefile.am,v 1.27 2001/08/31 18:26:53 joda Exp $
+# $Id: Makefile.am,v 1.29 2002/08/13 13:48:17 joda Exp $
include $(top_srcdir)/Makefile.am.common
if do_roken_rename
-IS = -DROKEN_RENAME
ES = strtok_r.c snprintf.c strdup.c strupr.c getprogname.c
endif
-INCLUDES += $(IS)
+INCLUDES += $(ROKEN_RENAME)
YFLAGS = -d
@@ -27,7 +26,8 @@ libss_la_SOURCES = $(libsl_la_SOURCES) ss.c ss.h
bin_PROGRAMS = mk_cmds
-mk_cmds_SOURCES = make_cmds.c make_cmds.h parse.y lex.l $(ES)
+mk_cmds_SOURCES = make_cmds.c make_cmds.h parse.y lex.l
+mk_cmds_LDADD = libsl.la $(LDADD)
ssincludedir = $(includedir)/ss
ssinclude_HEADERS = ss.h
OpenPOWER on IntegriCloud