Commit 72159953 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- put back accidentally removed patch that is not needed for 0.5.1 anymore

parent 23ce501c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
diff -urN vpnc-0.4.0-0rig/Makefile vpnc-0.4.0/Makefile
--- vpnc-0.4.0-0rig/Makefile	2007-02-19 21:51:12.000000000 +0100
+++ vpnc-0.4.0/Makefile	2007-07-17 19:59:53.000000000 +0200
@@ -35,7 +35,7 @@
 RELEASE_VERSION := $(shell cat VERSION)
 
 CC=gcc
-CFLAGS += -W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g
+CFLAGS += -W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g -I$(INCLUDE)
 CPPFLAGS = -DVERSION=\"$(VERSION)\"
 LDFLAGS = -g $(shell libgcrypt-config --libs)
 CFLAGS +=  $(shell libgcrypt-config --cflags)