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 (-3 / +3 lines)
Lines 15-30 Link Here
15
15
16
SRC_DIR            = $(top_srcdir)/src
16
SRC_DIR            = $(top_srcdir)/src
17
AM_CPPFLAGS        = -I$(TCL_PREFIX)/include -I$(SRC_DIR)  -I$(GD_LIB_DIR)
17
AM_CPPFLAGS        = -I$(TCL_PREFIX)/include -I$(SRC_DIR)  -I$(GD_LIB_DIR)
18
LIBDIRS            = -L$(libdir) -L$(SRC_DIR)  -L../src/.libs
18
LIBDIRS            = -L$(libdir) -L$(SRC_DIR)  -L../../src/.libs
19
LIB_RUNTIME_DIR    = $(libdir)
19
LIB_RUNTIME_DIR    = $(libdir)
20
20
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) $(AM_CPPFLAGS) $(TCL_SHLIB_CFLAGS) $(INCLUDES) -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