diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-24 21:36:31 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-24 21:36:31 +0000 |
commit | cdd9d3cebbac15dd22f6d7d0bef4b6c8275fb824 (patch) | |
tree | 3573c745af106a108770396cedebd76978caa3f2 /src/video_out/Makefile.am | |
parent | bfc79c2cbb4dbdc32e05f56e00a4814b56a9981a (diff) | |
download | xine-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/video_out/Makefile.am')
-rw-r--r-- | src/video_out/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 8d0c37c20..3ca9adb0a 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -1,5 +1,9 @@ CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ -DXINE_COMPILE +LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic + +libdir = $(XINE_PLUGINDIR) + if HAVE_X11 ## xshm and syncfb should be fixed first ;-) ## xshm_module = xineplug_vo_out_xshm.la |