Add getexecname to Makefiles

This commit is contained in:
Brian Behlendorf 2008-12-10 14:42:09 -08:00
parent 85066e4acf
commit 2a7a475196
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
subdir-m += include
DISTFILES = list.c mkdirp.c strlcpy.c strlcat.c strnlen.c u8_textprep.c
DISTFILES = list.c mkdirp.c strlcpy.c strlcat.c strnlen.c
DISTFILES += u8_textprep.c getexecname.c
LIBRARY := libspl
@ -21,3 +22,5 @@ ${LIBRARY}-objs += list.o
${LIBRARY}-objs += strlcat.o
${LIBRARY}-objs += strnlen.o
${LIBRARY}-objs += u8_textprep.o
${LIBRARY}-objs += getexecname.o