diff options
-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 |