changeset 25:464f34ef1dc0

Removed DWLIBDIR and DWINCDIR from the Makefile... we use dwindows-config to get the location of the libraries and headers on Unix.
author Brian Smith <brian@dbsoft.org>
date Mon, 09 May 2011 08:47:06 -0500
parents b8573e2e5ea0
children 33f27176a7fb
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sat May 07 01:16:34 2011 -0500
+++ b/Makefile.in	Mon May 09 08:47:06 2011 -0500
@@ -2,10 +2,6 @@
 
 # HandyFTP Makefile
 
-# Edit these as necessary.
-#DWLIBDIR = /home/nuke/netlabs/dwindows/lib
-#DWINCDIR = /home/nuke/netlabs/dwindows
-
 CC = @CC@
 RM = @RM@
 CP = @CP@
@@ -16,8 +12,8 @@
 LIBS = @LIBS@
 INCLUDES = @INCLUDES@
 
-CFLAGS = @CFLAGS@ -I$(DWINCDIR) -DDW_RESOURCES
-LDFLAGS = @LDFLAGS@ -L$(DWLIBDIR) -ldwindows -ldwcompat
+CFLAGS = @CFLAGS@ -DDW_RESOURCES
+LDFLAGS = @LDFLAGS@ -ldwindows -ldwcompat
 
 
 OBJECTS = dmail.o backend.o receive.o send.o parse.o account.o datetime.o