28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
$OpenBSD: patch-kscd_libwm_Makefile_am,v 1.7 2005/03/29 21:18:36 espie Exp $
|
|
--- kscd/libwm/Makefile.am.orig Thu Feb 3 23:48:26 2005
|
|
+++ kscd/libwm/Makefile.am Sat Mar 26 10:34:19 2005
|
|
@@ -1,5 +1,5 @@
|
|
#
|
|
-# Makefile.am for libworkman. Based on the example Makefile.am for a
|
|
+# Makefile.am for libkworkman. Based on the example Makefile.am for a
|
|
# shared library.
|
|
#
|
|
|
|
@@ -7,12 +7,12 @@ subdirs = include
|
|
SUBDIRS = audio
|
|
INCLUDES = $(all_includes)
|
|
|
|
-noinst_LTLIBRARIES = libworkman.la
|
|
+noinst_LTLIBRARIES = libkworkman.la
|
|
|
|
-libworkman_la_LDFLAGS = $(ARTSC_LIBS) $(all_libraries)
|
|
-libworkman_la_LIBADD = audio/libworkmanaudio.la $(ARTS_LIBASOUND)
|
|
+libkworkman_la_LDFLAGS = $(ARTSC_LIBS) $(all_libraries)
|
|
+libkworkman_la_LIBADD = audio/libworkmanaudio.la $(ARTS_LIBASOUND)
|
|
|
|
-libworkman_la_SOURCES = cddb.c cdinfo.c cdrom.c wm_helpers.c cdtext.c\
|
|
+libkworkman_la_SOURCES = cddb.c cdinfo.c cdrom.c wm_helpers.c cdtext.c\
|
|
database.c index.c scsi.c cdda.c plat_linux_cdda.c plat_sun_cdda.c\
|
|
plat_aix.c plat_bsd386.c plat_freebsd.c plat_hpux.c plat_irix.c \
|
|
plat_linux.c plat_svr4.c plat_ultrix.c plat_news.c plat_openbsd.c \
|