From d9f2bc840812f54ead34ded6d15553063c631074 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 6 May 2006 13:21:42 +0000 Subject: [PATCH] Use tclpkgdir instead of pkglibdir in order to avoid automake warning -- Peter Breitenlohner git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@817 a5681a0c-68f1-0310-ab6d-d61299d08faa --- bindings/tcl/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bindings/tcl/Makefile.am b/bindings/tcl/Makefile.am index d4ea210..c73a6e2 100644 --- a/bindings/tcl/Makefile.am +++ b/bindings/tcl/Makefile.am @@ -21,7 +21,12 @@ LIBDIRS = -L$(top_builddir)/src/.libs -L$(top_builddir)/src -L$(libdi LIB_RUNTIME_DIR = $(libdir) if BUILD_TCL_SITE -pkglibdir = @TCL_PACKAGE_DIR@ +tclpkgdir = @TCL_PACKAGE_DIR@ +tclpkg_DATA = pkgIndex.tcl +tclpkg_SCRIPTS = ifOctets.tcl +else +pkglib_DATA = pkgIndex.tcl +pkglib_SCRIPTS = ifOctets.tcl endif # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as @@ -36,10 +41,6 @@ lib_LIBRARIES = all-local: $(TCL_RRD_LIB) -pkglib_DATA = pkgIndex.tcl - -pkglib_SCRIPTS = ifOctets.tcl - $(TCL_RRD_LIB): tclrrd.o $(TCL_SHLIB_LD) $(TCL_LD_SEARCH_FLAGS) $(LIBDIRS) $< -o $@ -lrrd_th -lm $(TCL_STUB_LIB_SPEC) $(LDFLAGS) $(LIBS) -- 2.11.0