From 65333434157380d01a8bfd0d8913a1335f1939b6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 19 Oct 2005 14:32:33 +0000 Subject: Updated libcrypt example Makefile --- libcrypt/Makefile.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libcrypt') diff --git a/libcrypt/Makefile.in b/libcrypt/Makefile.in index e1fb34f93..e5c4bcfa7 100644 --- a/libcrypt/Makefile.in +++ b/libcrypt/Makefile.in @@ -1,6 +1,4 @@ -# Makefile for uClibc -# -# Copyright (C) 2002-2003 Erik Andersen +# Makefile.in for uClibc # # Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. # @@ -8,6 +6,11 @@ CFLAGS+=$(SSP_ALL_CFLAGS) LIB_NAME:=libcrypt + srcdir=$(top_srcdir)$(LIB_NAME) + +libso-y+=$(top_builddir)lib/$(LIB_NAME).so +liba-y+=$(top_builddir)lib/$(LIB_NAME).a +libclean-y+=$(LIB_NAME)_clean + include $(top_srcdir)Makefile.libs -include $(top_srcdir)Makerules -- cgit v1.2.3