diff options
Diffstat (limited to 'rubbos/app/httpd-2.0.64/modules/dav/main/Makefile')
-rw-r--r-- | rubbos/app/httpd-2.0.64/modules/dav/main/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/modules/dav/main/Makefile b/rubbos/app/httpd-2.0.64/modules/dav/main/Makefile new file mode 100644 index 00000000..509e3634 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/modules/dav/main/Makefile @@ -0,0 +1,8 @@ +top_srcdir = /bottlenecks/rubbos/app/httpd-2.0.64 +top_builddir = /bottlenecks/rubbos/app/httpd-2.0.64 +srcdir = /bottlenecks/rubbos/app/httpd-2.0.64/modules/dav/main +builddir = /bottlenecks/rubbos/app/httpd-2.0.64/modules/dav/main +VPATH = /bottlenecks/rubbos/app/httpd-2.0.64/modules/dav/main +# a modules Makefile has no explicit targets -- they will be defined by +# whatever modules are enabled. just grab special.mk to deal with this. +include $(top_srcdir)/build/special.mk |