blob: 975147e37e4198fc6b3c7b9a83881268d688a8d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- scepd/Makefile.in.orig Thu May 19 16:41:14 2005
+++ scepd/Makefile.in Thu May 19 16:41:26 2005
@@ -132,7 +132,7 @@
LDADD = ../lib/libscep.la
LDFLAGS = -R$(libdir)
-CPPFLAGS = -DOPENSCEPDIR=\"$(OPENSCEPDIR)\"
+CPPFLAGS += -DOPENSCEPDIR=\"$(OPENSCEPDIR)\"
INCLUDES = $(INCLTDL) -I$(top_srcdir)/include -I$(OPENSSLDIR)/include
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|