summaryrefslogtreecommitdiff
path: root/multimedia/xine_d5d_plugin/files/patch-src:dvdread:Makefile.am
blob: 78b8af257e4a994ada844cfb5cb9e774c2eaa1b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/dvdread/Makefile.am.orig	Thu Jan 24 15:27:55 2002
+++ src/dvdread/Makefile.am	Thu Jan 24 15:29:03 2002
@@ -1,14 +1,3 @@
 
 CFLAGS = @CFLAGS@ -I.. -O3 -g -D_FILE_OFFSET_BITS=64 -Wall
 
-noinst_LTLIBRARIES = libdvdread.la
-
-libdvdread_la_SOURCES = dvd_reader.c dvd_udf.c ifo_read.c ifo_print.c \
-	nav_read.c nav_print.c bswap.h dvd_udf.h \
-	css_auth.c css.c css_dvd.c css_descramble.c
-
-noinst_HEADERS = dvd_reader.h ifo_types.h ifo_read.h \
-	css.h css_auth.h css_keys.h \
-	css_tbl.h css_dvd.h bswap.h \
-	ifo_print.h nav_types.h nav_read.h nav_print.h
-