diff options
author | Steven Barth <steven@midlink.org> | 2008-06-20 16:47:25 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-20 16:47:25 +0000 |
commit | e2e9e119d670ec80954fc8c018b479b218a7e47e (patch) | |
tree | 25c5fcd2edc1581ac547cdc30bdb28e2dfedb2ad /libs/httpd/Makefile | |
parent | 8349a0504e3d69586e783f9327428301528a634c (diff) |
* Moved luci.http.protocol to libs/http
* Added ltn12 to libs/core
* Fixed libs/httpd Makefile
Diffstat (limited to 'libs/httpd/Makefile')
-rw-r--r-- | libs/httpd/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libs/httpd/Makefile b/libs/httpd/Makefile index ee1a40ea8..f7fac7740 100644 --- a/libs/httpd/Makefile +++ b/libs/httpd/Makefile @@ -1,13 +1,2 @@ -include ../../build/module.mk include ../../build/config.mk -include ../../build/gccconfig.mk - -%.o: %.c - $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< - -compile: src/fastindex.o - mkdir -p dist$(LUCI_LIBRARYDIR) - $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_LIBRARYDIR)/fastindex.so src/fastindex.o $(LUA_SHLIBS) - -clean: - rm -f src/*.o +include ../../build/module.mk |