Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350466
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 120-126 $(subdirs): Link Here
120
120
121
$(OTR_PI): %.so: $(SRCDIR)%.c
121
$(OTR_PI): %.so: $(SRCDIR)%.c
122
	@echo '*' Building plugin $@
122
	@echo '*' Building plugin $@
123
	@$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $< -o $@
123
	@$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@
124
124
125
$(objects): %.o: $(SRCDIR)%.c
125
$(objects): %.o: $(SRCDIR)%.c
126
	@echo '*' Compiling $<
126
	@echo '*' Compiling $<

Return to bug 350466