Added stpcpy

This commit is contained in:
Sergey Poznyakoff
2004-02-18 14:39:24 +00:00
parent cbde0aa660
commit 7d31c8176c
3 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ libtar_a_SOURCES += exit.h
BUILT_SOURCES += $(FNMATCH_H)
EXTRA_DIST += fnmatch_.h fnmatch_loop.c
# stpcpy
EXTRA_DIST += stpcpy.c stpcpy.h
# We need the following in order to create an <fnmatch.h> when the system
# doesn't have one that supports the required API.
all-local $(lib_OBJECTS): $(FNMATCH_H)