944184ef66
- regen patches, add RCS keywords - remove redundant dependencies - remove unused libtool dependency - add major version number to library dependencies - don't build included gettext - miscellaneous
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
$OpenBSD: patch-Input_cdaudio_Makefile_am,v 1.2 2001/07/25 15:48:26 naddy Exp $
|
|
--- Input/cdaudio/Makefile.am.orig Sat Jul 29 02:59:17 2000
|
|
+++ Input/cdaudio/Makefile.am Wed Jul 25 16:47:42 2001
|
|
@@ -29,7 +29,7 @@ lib_LTLIBRARIES = $(cdaudioltlibs)
|
|
|
|
libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
|
|
|
|
-INCLUDES = @GTK_CFLAGS@ @XML_CFLAGS@ -I$(top_buiddir)/intl
|
|
+INCLUDES = @GTK_CFLAGS@ @XML_CFLAGS@ -I$(top_builddir)/intl
|
|
libcdaudio_la_LDFLAGS = $(cdaudioldflags)
|
|
libcdaudio_la_LIBADD = @GTK_LIBS@ @XML_LIBS@
|
|
libcdaudio_la_SOURCES = $(cdaudiosources)
|