summaryrefslogtreecommitdiff
path: root/src/xine-engine/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-24 21:36:31 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-24 21:36:31 +0000
commitcdd9d3cebbac15dd22f6d7d0bef4b6c8275fb824 (patch)
tree3573c745af106a108770396cedebd76978caa3f2 /src/xine-engine/Makefile.am
parentbfc79c2cbb4dbdc32e05f56e00a4814b56a9981a (diff)
downloadxine-lib-cdd9d3cebbac15dd22f6d7d0bef4b6c8275fb824.tar.gz
xine-lib-cdd9d3cebbac15dd22f6d7d0bef4b6c8275fb824.tar.bz2
Fix some install patch (forgotten), plus nofpic builds.
CVS patchset: 24 CVS date: 2001/04/24 21:36:31
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r--src/xine-engine/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index 007d07564..1ae2a2761 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -6,11 +6,9 @@ CFLAGS = @GLOBAL_CFLAGS@
lib_LTLIBRARIES = libxine.la
-##libxine_la_SOURCES = xine.c buffer.c metronom.c configfile.c \
-## monitor.c utils.c audio_decoder.c video_decoder.c load_plugins.c
-libxine_la_SOURCES = metronom.c configfile.c buffer.c monitor.c utils.c \
- cpu_accel.c load_plugins.c video_decoder.c audio_decoder.c \
- video_out.c
+libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c monitor.c \
+ utils.c cpu_accel.c load_plugins.c video_decoder.c \
+ audio_decoder.c video_out.c
libxine_la_DEPENDENCIES = libsdeps
libxine_la_LIBADD = \
## $(top_srcdir)/src/libmpeg2/libmpeg2.la \