Bug #700 » 0002-Use-LDFLAGS-when-linking.patch
| Makefile | ||
|---|---|---|
|
### Targets:
|
||
|
libvdr-$(PLUGIN).so: $(OBJS)
|
||
|
$(CXX) $(CXXFLAGS) -shared $^ -o $@
|
||
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $^ -o $@
|
||
|
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
|
||
|
.PHONY: tests
|
||