view vm/Makefile.am @ 415:47c4e70d43ae src

Fix typos in comments Mike Castle <dalgoda PLUS mplayer AT gmail DOT com> continues his excellent job of finding issues in the comments. This patch has two fixes for typos. Thanks Mike!
author erik
date Sun, 20 Mar 2011 18:06:39 +0000
parents bba82ef5d75a
children
line wrap: on
line source

include $(top_srcdir)/misc/Makefile.common

includedir = ${prefix}/include/dvdnav

AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) \
	-I$(top_srcdir)/src

noinst_LTLIBRARIES = libdvdvm.la

libdvdvm_la_SOURCES = decoder.c vm.c vmcmd.c

libdvdvm_la_LDFLAGS = $(THREAD_LIBS)

include_HEADERS =

noinst_HEADERS = decoder.h vm.h vmcmd.h