Commit f20e3290 authored by tavit ohanian's avatar tavit ohanian

revert swig/src/Makefile

parent 0b799f80
......@@ -64,7 +64,6 @@ GOINTERFACES = $(GOSRC) interface/vanktypemaps.i
OUTDIRGO=$(OBJ)/go
GOLIB=$(OUTDIRGO)/libvank_go$(GO_SO)
GOLIBGO=go/vank_go.go
GOLIBCGO=go/Makefile.cgo
GOLIBGOOPT=go/cgo.opt
PHPSRC=interface/vank.i
......@@ -254,7 +253,6 @@ ifeq ($(WITH_SWIG), 1)
ifeq ($(WITH_GO), 1)
$(INSTALL_PROGRAM) $(GOLIB) $(libdir)
$(INSTALL_DATA) $(GOLIBGO) $(pkgdatadir)
$(INSTALL_DATA) $(GOLIBCGO) $(pkgdatadir)
$(INSTALL_DATA) $(GOLIBGOOPT) $(pkgdatadir)
endif
ifeq ($(WITH_PHP), 1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment