dav/Makefile

changeset 21
78935b45e2ce
parent 20
6bb9479d9c64
child 33
0bbbb0341606
--- a/dav/Makefile	Sat Aug 17 14:57:17 2013 +0200
+++ b/dav/Makefile	Mon Aug 19 12:50:42 2013 +0200
@@ -28,9 +28,6 @@
 
 include ../$(CONF).mk
 
-DAV_CFLAGS = `curl-config --cflags` `pkg-config --cflags openssl libxml-2.0`
-DAV_LDFLAGS = `curl-config --libs` `pkg-config --libs openssl libxml-2.0` 
-
 SRC  = main.c
 SRC += utils.c
 SRC += webdav.c

mercurial