04a37450ba
direct inclusion. Todo: explain dependencies to main Makefile, split noatun plugins to subpackage.
22 lines
956 B
Plaintext
22 lines
956 B
Plaintext
$OpenBSD: patch-noatun-plugins_tippercanoe_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
|
--- noatun-plugins/tippercanoe/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
|
+++ noatun-plugins/tippercanoe/Makefile.in Sun Apr 21 02:23:36 2002
|
|
@@ -240,7 +240,7 @@ kde_module_LTLIBRARIES = noatuntippecano
|
|
|
|
noatuntippecanoe_la_SOURCES = synaescope.cpp
|
|
noatuntippecanoe_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
-noatuntippecanoe_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
|
+noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
|
|
|
bin_PROGRAMS = noatuntippecanoe.bin
|
|
|
|
@@ -255,7 +255,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
LTLIBRARIES = $(kde_module_LTLIBRARIES)
|
|
|
|
-noatuntippecanoe_la_DEPENDENCIES = $(kde_libraries)/libnoatun.so
|
|
+noatuntippecanoe_la_DEPENDENCIES =
|
|
am_noatuntippecanoe_la_OBJECTS = synaescope.lo
|
|
#>- noatuntippecanoe_la_OBJECTS = $(am_noatuntippecanoe_la_OBJECTS)
|
|
#>+ 5
|