diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:07:35 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:07:35 +0000 |
commit | 613eb16d4ab070f768c5dfc59980a7f968f80a75 (patch) | |
tree | 375949b1c9c2589b7df5e89969b68abd3702827f | |
parent | d73ff2caa4ea62e7fec25804fa1787f2598dd014 (diff) | |
download | xine-lib-613eb16d4ab070f768c5dfc59980a7f968f80a75.tar.gz xine-lib-613eb16d4ab070f768c5dfc59980a7f968f80a75.tar.bz2 |
enable compilation of post plugin helper module
CVS patchset: 3402
CVS date: 2002/12/01 15:07:35
-rw-r--r-- | src/xine-engine/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 5cdbd7140..b3378b120 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -14,7 +14,8 @@ endif libxine_la_SOURCES = $(nvtv) xine.c metronom.c configfile.c buffer.c \ load_plugins.c video_decoder.c buffer_types.c \ audio_decoder.c video_out.c audio_out.c resample.c events.c lrb.c \ - video_overlay.c osd.c scratch.c locale.c demux.c vo_scale.c xine_interface.c + video_overlay.c osd.c scratch.c locale.c demux.c vo_scale.c \ + xine_interface.c post.c libxine_la_DEPENDENCIES = @INTLLIBS@ $(XINEUTILS_LIB) libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS)\ @@ -27,7 +28,7 @@ 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 xine_plugin.h xineintl.h \ - plugin_catalog.h audio_decoder.h video_decoder.h + plugin_catalog.h audio_decoder.h video_decoder.h post.h noinst_HEADERS = bswap.h nvtvd.h |