Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 648964 | Differences between
and this patch

Collapse All | Expand All

(-)ots-0.5.0_old/src/Makefile.am (-2 / +1 lines)
Lines 43-51 Link Here
43
	libots.h
43
	libots.h
44
44
45
bin_PROGRAMS=ots
45
bin_PROGRAMS=ots
46
ldadd = $(top_builddir)/src/libots-1.la $(OTS_LIBS) $(POPT_LIBS)
46
ots_LDADD = libots-1.la $(OTS_LIBS) $(POPT_LIBS)
47
47
48
ots_LDADD=$(ldadd)
49
48
50
install-data-local: install-libtool-import-lib
49
install-data-local: install-libtool-import-lib

Return to bug 648964