36840c1072
Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools. ok jasper@
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
$OpenBSD: patch-src_libcue_Makefile_in,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
|
--- src/libcue/Makefile.in.orig Sun Dec 5 14:21:47 2010
|
|
+++ src/libcue/Makefile.in Sun Dec 5 14:22:06 2010
|
|
@@ -236,7 +236,7 @@ libcueinclude_HEADERS = \
|
|
|
|
lib_LTLIBRARIES = libcue.la
|
|
libcue_la_LDFLAGS = -version-info @LIBCUE_LIBTOOL_VERSION@
|
|
-libcueincludedir = $(includedir)/@LIBCUE_LIBRARY_NAME@-@LIBCUE_API_VERSION@/@LIBCUE_LIBRARY_NAME@
|
|
+libcueincludedir = $(includedir)/@LIBCUE_LIBRARY_NAME@
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|