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

Collapse All | Expand All

(-)rrdtool-1.2.0/bindings/tcl/Makefile.am (-2 / +2 lines)
Lines 21-30 Link Here
21
if COMP_TCL
21
if COMP_TCL
22
22
23
tclrrd$(TCL_SHLIB_SUFFIX): tclrrd.o
23
tclrrd$(TCL_SHLIB_SUFFIX): tclrrd.o
24
	$(TCL_SHLIB_LD) $(LIBDIRS) $< -o $@ -lrrd_private -lm
24
	$(TCL_SHLIB_LD) $(LIBDIRS) $< -o $@ -lrrd -lm
25
25
26
tclrrd.o: tclrrd.c
26
tclrrd.o: tclrrd.c
27
	$(CC) $(CFLAGS) $(TCL_SHLIB_CFLAGS) $(INCLUDES) -c $< -DVERSION=\"$(VERSION)\"
27
	$(CC) $(CFLAGS) $(TCL_SHLIB_CFLAGS) $(INCLUDES) $(AM_CPPFLAGS) -c $< -DVERSION=\"$(VERSION)\"
28
28
29
all-local: tclrrd$(TCL_SHLIB_SUFFIX)
29
all-local: tclrrd$(TCL_SHLIB_SUFFIX)
30
30

Return to bug 90711