14 lines
736 B
Plaintext
14 lines
736 B
Plaintext
$OpenBSD: patch-ksplashml_themeengine_Makefile_in,v 1.1 2006/01/03 14:49:23 espie Exp $
|
|
--- ksplashml/themeengine/Makefile.in.orig Tue Jan 3 08:41:36 2006
|
|
+++ ksplashml/themeengine/Makefile.in Tue Jan 3 08:41:59 2006
|
|
@@ -605,7 +605,8 @@ SUBDIRS = . default standard redmond sim
|
|
INCLUDES = -I$(srcdir)/.. $(all_includes)
|
|
lib_LTLIBRARIES = libksplashthemes.la
|
|
libksplashthemes_la_SOURCES = themeengine.cpp objkstheme.cpp
|
|
-libksplashthemes_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
+LIBksplashthemes_LTVERSION=
|
|
+libksplashthemes_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBksplashthemes_LTVERSION)
|
|
libksplashthemes_la_LIBADD = $(LIB_KDEUI) $(LIB_XCURSOR)
|
|
#>- METASOURCES = AUTO
|
|
pkginclude_HEADERS = themeengine.h objkstheme.h
|