aboutsummaryrefslogtreecommitdiff
path: root/plotlib/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:33:47 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:33:47 +0000
commit2f611588c20aa7b8bc556d60f35d201875c6b3d7 (patch)
tree50d3f6c1a3a61a79a5dddf23c8d00514953fdff3 /plotlib/Makefile
parent0d4f43d355de79178b1142e9735902cf641670b6 (diff)
setup local environment
Diffstat (limited to 'plotlib/Makefile')
-rw-r--r--plotlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/plotlib/Makefile b/plotlib/Makefile
index 76bb09f..65a91fe 100644
--- a/plotlib/Makefile
+++ b/plotlib/Makefile
@@ -35,8 +35,8 @@
#INSTALLDIR= .
# Use these to set default library name (overridden in config.make file)
-PLTLIB = libPlt.a
-#PLTLIB = libPltDP.a
+#PLTLIB = libPlt.a
+PLTLIB = libPltDP.a
###========================================================
@@ -88,7 +88,7 @@ LINKLIB = -lX11
### This line includes your compiler/make options
### with definitions for compiler and flags
-include ./config.make
+include ./config.make.DP
###================================================