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 dbb8e8aec..f53694543 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -23,7 +23,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 \ - lrb.h video_overlay.h osd.h scratch.h xineintl.h + lrb.h video_overlay.h osd.h scratch.h xine_plugin.h xineintl.h \ + plugin_catalog.h noinst_HEADERS = bswap.h nvtvd.h |