diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2001-07-14 23:17:37 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2001-07-14 23:17:37 +0000 |
commit | 8a5824b6c5fb5fc8d072c2ef27f559fd04396381 (patch) | |
tree | 9cd13316f3d13da2fdfecea9649605791a389e30 /src/xine-engine/Makefile.am | |
parent | 07c0477c310bffef3e08ebeb7756ff53b56e6c66 (diff) | |
download | xine-lib-8a5824b6c5fb5fc8d072c2ef27f559fd04396381.tar.gz xine-lib-8a5824b6c5fb5fc8d072c2ef27f559fd04396381.tar.bz2 |
Added first bit of event mechanism for mouse/keyboard stuff.
CVS patchset: 281
CVS date: 2001/07/14 23:17:37
Diffstat (limited to 'src/xine-engine/Makefile.am')
-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 ff5d68d17..a6c1f61ac 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -10,7 +10,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_decoder.c video_out.c events.c libxine_la_LIBADD = cpu_accel.lo \ $(THREAD_LIBS) \ $(DYNAMIC_LD_LIBS) \ @@ -20,7 +20,8 @@ libxine_la_LDFLAGS = -version-info 5:0:5 include_HEADERS = buffer.h metronom.h configfile.h \ monitor.h cpu_accel.h attributes.h utils.h \ - audio_out.h video_out.h xine_internal.h spu_decoder.h + audio_out.h video_out.h xine_internal.h spu_decoder.h \ + events.h ### # Hardcoded rule: |