diff options
Diffstat (limited to 'include/xine/Makefile.am')
-rw-r--r-- | include/xine/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/xine/Makefile.am b/include/xine/Makefile.am index f143d83c4..2861460be 100644 --- a/include/xine/Makefile.am +++ b/include/xine/Makefile.am @@ -1,4 +1,11 @@ EXTRA_DIST = version.h.in xineincludedir = $(includedir)/xine -xineinclude_HEADERS = version.h +xineinclude_HEADERS = version.h buffer.h metronom.h configfile.h vo_scale.h \ + audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \ + video_overlay.h osd.h spu.h scratch.h xine_plugin.h xineintl.h \ + plugin_catalog.h audio_decoder.h video_decoder.h post.h \ + io_helper.h broadcaster.h info_helper.h refcounter.h alphablend.h \ + demux.h input_plugin.h attributes.h compat.h xine_buffer.h \ + xineutils.h xmllexer.h xmlparser.h list.h array.h sorted_array.h \ + pool.h ring_buffer.h |