diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-07-14 20:14:01 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-07-14 20:21:53 -0600 |
commit | 69aa6e0ee0ca36bd8ea77135b62c4aac59c30f99 (patch) | |
tree | 38345886d75deb51ef3011ea92326ae39da84d81 /libdimension/Makefile.am | |
parent | dda43d0adc1fb7323a6578f61565275694364bbd (diff) | |
download | dimension-69aa6e0ee0ca36bd8ea77135b62c4aac59c30f99.tar.xz |
Don't expose the contents of struct dmnsn_progress.
Diffstat (limited to 'libdimension/Makefile.am')
-rw-r--r-- | libdimension/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimension/Makefile.am b/libdimension/Makefile.am index 905606d..43b3169 100644 --- a/libdimension/Makefile.am +++ b/libdimension/Makefile.am @@ -73,6 +73,7 @@ libdimension_la_SOURCES = $(nobase_include_HEADERS) \ platform.h \ point_light.c \ progress.c \ + progress-struct.h \ prtree.c \ prtree.h \ raytrace.c \ |