From 9793478b3ce0d28e0cabc93c97528639f12d0a25 Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Wed, 4 Feb 2015 09:49:39 +0100 Subject: [PATCH] Minor cleaning up in libBNMR. --- src/external/libBNMR/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/external/libBNMR/Makefile.am b/src/external/libBNMR/Makefile.am index 7b8022ec..8023d07b 100644 --- a/src/external/libBNMR/Makefile.am +++ b/src/external/libBNMR/Makefile.am @@ -18,7 +18,7 @@ dict_cpp_sources = \ include_HEADERS = $(h_sources) noinst_HEADERS = $(h_linkdef) $(dict_h_sources) -AM_CPPFLAGS = -I$(top_srcdir)/src/include -I../include $(PMUSR_CFLAGS) $(FFTW3_CFLAGS) -I$(ROOTINCDIR) +AM_CPPFLAGS = -I$(top_srcdir)/src/include $(PMUSR_CFLAGS) -I$(ROOTINCDIR) AM_CXXFLAGS = $(LOCAL_LIB_CXXFLAGS) BUILT_SOURCES = $(dict_cpp_sources) $(dict_h_sources) @@ -31,7 +31,7 @@ CLEANFILES = *Dict.cpp *Dict.h *~ core lib_LTLIBRARIES = libBNMR.la libBNMR_la_SOURCES = $(h_sources) $(cpp_sources) $(dict_h_sources) $(dict_cpp_sources) -libBNMR_la_LIBADD = $(CUBA_LIBS) $(ROOT_LIBS) +libBNMR_la_LIBADD = $(ROOT_LIBS) libBNMR_la_LDFLAGS = -version-info $(PLUGIN_LIBRARY_VERSION) -release $(PLUGIN_RELEASE) $(AM_LDFLAGS) ## However, create some symbolic links to the shared library