view vm/Makefile.am @ 420:d7720a050e67 src

Restore C++ compatibility by renaming the parameter to 'self' like in the other functions. Revision 1208 ("Add dvdnav_program_play & dvdnav_current_title_program") added dvdnav_program_play function to dvdnav.h. However, unlike the other API functions, its first parameter is named 'this' instead of 'self'. 'this' is a C++ keyword and prevents compilation of C++ projects using libdvdnav. Patch by Anssi Hannula \anssi.hannula%iki.fi/
author rathann
date Sun, 09 Dec 2012 21:39:37 +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