View | Details | Raw Unified | Return to bug 78152 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 26-32 Link Here
26
%.lo: %.c
26
%.lo: %.c
27
	${LIBTOOL} --mode=compile ${CC} -c -o $@ $^ ${CFLAGS}
27
	${LIBTOOL} --mode=compile ${CC} -c -o $@ $^ ${CFLAGS}
28
28
29
src/libchm.la: src/chm_lib.lo src/lzx.lo
29
src/libchm.la: src/chm_lib.lo src/lzx.lo src/az_chmlib_add.lo
30
	${LIBTOOL} --mode=link ${CC} -o $@ $^ ${LDFLAGS} -rpath ${INSTALLPREFIX}/lib
30
	${LIBTOOL} --mode=link ${CC} -o $@ $^ ${LDFLAGS} -rpath ${INSTALLPREFIX}/lib
31
31
32
install: src/libchm.la
32
install: src/libchm.la
33
33

Return to bug 78152