Skip to content

Commit

Permalink
fix elwms.so install
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Oct 12, 2011
1 parent 1d41eeb commit f2e51da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.template
Expand Up @@ -217,7 +217,7 @@ install-r_static: $(TEMPLATE_TARGET)

install-elwms_static: $(TEMPLATE_TARGET)
#one .so file
ifneq ($(CMDLINE_STATIC_TARGET),)
ifneq ($(ELWMS_STATIC_TARGET),)
install -d -m755 $(DESTDIR)$(LIBDIR)/shogun
install -m755 $(TEMPLATE_TARGET) $(DESTDIR)$(LIBDIR)/shogun
endif
Expand Down

0 comments on commit f2e51da

Please sign in to comment.