|
From: <ai...@us...> - 2009-05-22 21:30:06
|
Revision: 9987
http://plplot.svn.sourceforge.net/plplot/?rev=9987&view=rev
Author: airwin
Date: 2009-05-22 21:29:52 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Use newly configured plplotd-d.pc to provide the required linking information
for the Makefile+pkgpconfig approach to building and testing the installed
D examples.
Modified Paths:
--------------
trunk/examples/d/Makefile.examples.in
Modified: trunk/examples/d/Makefile.examples.in
===================================================================
--- trunk/examples/d/Makefile.examples.in 2009-05-22 21:28:11 UTC (rev 9986)
+++ trunk/examples/d/Makefile.examples.in 2009-05-22 21:29:52 UTC (rev 9987)
@@ -50,6 +50,6 @@
rm -f $(EXECUTABLES_list)
.d$(EXEEXT):
-@pkg_config_true@ $(DC) $< -o $@ $(RPATHCMD) `$(PKG_CONFIG_ENV) pkg-config --cflags --libs plplot$(LIB_TAG)`
+@pkg_config_true@ $(DC) $< -o $@ $(RPATHCMD) `$(PKG_CONFIG_ENV) pkg-config --cflags --libs plplot$(LIB_TAG)-d`
.SUFFIXES: .d $(EXEEXT)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|