Add getexecname to Makefiles
This commit is contained in:
parent
85066e4acf
commit
2a7a475196
|
@ -1,5 +1,6 @@
|
||||||
subdir-m += include
|
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
|
LIBRARY := libspl
|
||||||
|
|
||||||
|
@ -21,3 +22,5 @@ ${LIBRARY}-objs += list.o
|
||||||
${LIBRARY}-objs += strlcat.o
|
${LIBRARY}-objs += strlcat.o
|
||||||
${LIBRARY}-objs += strnlen.o
|
${LIBRARY}-objs += strnlen.o
|
||||||
${LIBRARY}-objs += u8_textprep.o
|
${LIBRARY}-objs += u8_textprep.o
|
||||||
|
${LIBRARY}-objs += getexecname.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue