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

(-)extendedprefs-0.4/src/Makefile~ (-1 / +1 lines)
Lines 52-58 Link Here
52
	cp $(EP).so $(LIB_INSTALL_DIR)
52
	cp $(EP).so $(LIB_INSTALL_DIR)
53
53
54
$(EP).so: $(EP).c
54
$(EP).so: $(EP).c
55
	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(GAIM_CFLAGS) $(GTK_CFLAGS) -DHAVE_CONFIG_H -DEP_VERSION=\\\"$(EP_VERSION)\\\"
55
	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(GAIM_CFLAGS) $(GTK_CFLAGS) -DHAVE_CONFIG_H -DEP_VERSION=\"$(EP_VERSION)\"
56
	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(GAIM_LIBDIR) tmp$@.lo $(GAIM_LIBS) $(GTK_LIBS) -module -avoid-version
56
	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(GAIM_LIBDIR) tmp$@.lo $(GAIM_LIBS) $(GTK_LIBS) -module -avoid-version
57
	rm -f tmp$@.lo tmp$@.o libtmp$@.la
57
	rm -f tmp$@.lo tmp$@.o libtmp$@.la
58
	cp .libs/libtmp$@.so* $@
58
	cp .libs/libtmp$@.so* $@

Return to bug 93962