diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-07-12 19:43:31 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-07-12 19:43:31 +0000 |
commit | 0ec2496491e9921554799839a8c74a3aa4a1968d (patch) | |
tree | 36d291cd3f4e03dbfedc56733614dfeb08c7f49e /src | |
parent | dc0f97d38369e4b8f0d3b08b63e3259bb81d7044 (diff) | |
download | xine-lib-0ec2496491e9921554799839a8c74a3aa4a1968d.tar.gz xine-lib-0ec2496491e9921554799839a8c74a3aa4a1968d.tar.bz2 |
trying to fix make dist
CVS patchset: 5154
CVS date: 2003/07/12 19:43:31
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 0a5033701..9e488dbf1 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -35,7 +35,8 @@ libxine_la_LDFLAGS = \ include_HEADERS = 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 scratch.h xine_plugin.h xineintl.h \ - plugin_catalog.h audio_decoder.h video_decoder.h post.h broadcaster.h + plugin_catalog.h audio_decoder.h video_decoder.h post.h \ + io_helper.h broadcaster.h noinst_HEADERS = bswap.h |