diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 03:46:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 03:46:36 +0000 |
commit | cf2964e2b797e7525f02761e545283f6baff4bac (patch) | |
tree | e86e56ef8f0e8484d97c468f438c102c39c34ac4 /Makefile | |
parent | 002ab0343498d415f87a14c91e5484aa708f8203 (diff) | |
download | glibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar.gz glibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar.xz glibc-cf2964e2b797e7525f02761e545283f6baff4bac.zip |
Update.
* Makefile (distribute): Add include/shlib-compat.h.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c7ef4b68aa..48b151b827 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ libc-symbols.h version.h shlib-versions rpm/Makefile \ rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h \ test-skeleton.c include/des.h include/db_185.h \ - include/db.h Versions.def \ + include/db.h include/shlib-compat.h Versions.def \ INTERFACE CONFORMANCE NAMESPACE \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ |