]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: modify the civetweb rule
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 15 Jan 2014 00:50:19 +0000 (16:50 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 23 Jan 2014 17:41:00 +0000 (09:41 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/Makefile.am

index 8e7b1337bce26a502ace153a4e25f892cba15bb8..99a78b323a597a1a6df46fc5d6670376cd42bb89 100644 (file)
@@ -51,8 +51,6 @@ LIBRGW_DEPS += \
        -lfcgi \
        -ldl
 
-CIVETWEB = civetweb
-
 radosgw_SOURCES = \
        rgw/rgw_resolve.cc \
        rgw/rgw_rest.cc \
@@ -72,9 +70,9 @@ radosgw_SOURCES = \
        rgw/rgw_swift_auth.cc \
        rgw/rgw_loadgen.cc \
        rgw/rgw_civetweb.cc \
-       $(CIVETWEB)/src/civetweb.c \
+       civetweb/src/civetweb.c \
        rgw/rgw_main.cc
-radosgw_CFLAGS = -I$(CIVETWEB)/include
+radosgw_CFLAGS = -Icivetweb/include
 radosgw_LDADD = $(LIBRGW) $(LIBRGW_DEPS) $(RESOLV_LIBS) $(CEPH_GLOBAL)
 bin_PROGRAMS += radosgw