Blob Blame History Raw
diff -ur CCfits.old/Makefile.in CCfits/Makefile.in
--- CCfits.old/Makefile.in	2006-12-11 18:33:17.000000000 +0100
+++ CCfits/Makefile.in	2006-12-11 18:32:32.000000000 +0100
@@ -241,12 +241,12 @@
 # generation like gcc does
 AUTOMAKE_OPTIONS = foreign # no-dependencies
 SUBDIRS = vs.net
-R_LIB_PATH = @RDFLAGS@
+R_LIB_PATH = 
 MSVC_FILES = MSconfig.h
 EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES)
 cookbook_SOURCES = cookbook.cxx
 cookbook_LDADD = libCCfits.la
-cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
+cookbook_LDFLAGS = 
 INCLUDES = -I$(top_srcdir)/..
 lib_LTLIBRARIES = libCCfits.la
 libCCfits_la_SOURCES = \
@@ -273,7 +273,7 @@
 # This will tell shared library which STD C++ library to use without
 # needing the user to use LD_LIBRARY_PATH environment variable
 libCCfits_la_LIBADD = $(LIBSTDCPP)
-libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
+libCCfits_la_LDFLAGS = 
 libCCfits_ladir = $(pkgincludedir)
 libCCfits_la_HEADERS = \
 	AsciiTable.h				\