Commit 689df385 authored by Fred Drake's avatar Fred Drake

- explain why ring.h is marked as a public header

- fix typo in extension module name
parent d68a6b68
...@@ -2,9 +2,16 @@ ...@@ -2,9 +2,16 @@
# Mark an "exported" header for use from other packages. # Mark an "exported" header for use from other packages.
# This is not needed for headers only used within the package. # This is not needed for headers only used within the package.
#
header cPersistence.h header cPersistence.h
# This is included by cPersistence.h, so all users of cPersistence.h
# have to be able to include this indirectly.
#
header ring.h header ring.h
<extension cPersistence> <extension cPersistence>
source cPersistence.c source cPersistence.c
source ring.c source ring.c
...@@ -13,7 +20,7 @@ header ring.h ...@@ -13,7 +20,7 @@ header ring.h
depends-on ring.h depends-on ring.h
</extension> </extension>
<extension cPersistence> <extension cPickleCache>
source cPickleCache.c source cPickleCache.c
source ring.c source ring.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment