aboutsummaryrefslogtreecommitdiff
path: root/plotlib/Makefile
diff options
context:
space:
mode:
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
###================================================