diff vm/Makefile.am @ 381:04e184087151 src

now autotools use dvdread-config, too. Based on a patch by Dan Nicholson
author nicodvb
date Sat, 14 Jun 2008 12:33:21 +0000
parents 5f2ccadb2123
children bba82ef5d75a
line wrap: on
line diff
--- a/vm/Makefile.am	Wed Jun 11 18:06:43 2008 +0000
+++ b/vm/Makefile.am	Sat Jun 14 12:33:21 2008 +0000
@@ -2,7 +2,7 @@
 
 includedir = ${prefix}/include/dvdnav
 
-AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) \
+AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) \
 	-I$(top_srcdir)/src
 
 noinst_LTLIBRARIES = libdvdvm.la