diff options
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r-- | src/xine-engine/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 8666a6cef..8bff05047 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -11,7 +11,7 @@ lib_LTLIBRARIES = libxine.la libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c monitor.c \ utils.c load_plugins.c video_decoder.c \ - audio_decoder.c video_out.c audio_out.c resample.c events.c + audio_decoder.c video_out.c audio_out.c resample.c events.c lrb.c libxine_la_LIBADD = cpu_accel.lo \ $(THREAD_LIBS) \ $(DYNAMIC_LD_LIBS) \ @@ -24,7 +24,7 @@ libxine_la_LDFLAGS = \ include_HEADERS = buffer.h metronom.h configfile.h \ monitor.h cpu_accel.h attributes.h utils.h \ audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \ - events.h + events.h lrb.h noinst_HEADERS = bswap.h |