[med-svn] [cnrun] 08/14: complete 4d8f30636ec, with some more CFLAGS pedantic tweaks

andrei zavada hmmr-guest at moszumanska.debian.org
Sat Feb 21 15:07:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository cnrun.

commit cce0dbfbacadf5f4efbada6df86151373ebd9768
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Mon Dec 8 22:55:50 2014 +0200

    complete 4d8f30636ec, with some more CFLAGS pedantic tweaks
---
 upstream/src/libstilton/Makefile.am | 2 +-
 upstream/src/lua-cnrun/Makefile.am  | 2 +-
 upstream/src/tools/Makefile.am      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/upstream/src/libstilton/Makefile.am b/upstream/src/libstilton/Makefile.am
index c8c9aad..75bc9bb 100644
--- a/upstream/src/libstilton/Makefile.am
+++ b/upstream/src/libstilton/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/src/Common.mk
-AM_CXXFLAGS += -shared -fPIC
+AM_CXXFLAGS += -fPIC
 
 noinst_LIBRARIES = \
 	liba.a
diff --git a/upstream/src/lua-cnrun/Makefile.am b/upstream/src/lua-cnrun/Makefile.am
index 2d8b0a7..8868611 100644
--- a/upstream/src/lua-cnrun/Makefile.am
+++ b/upstream/src/lua-cnrun/Makefile.am
@@ -1,6 +1,6 @@
 include $(top_srcdir)/src/Common.mk
 
-AM_CXXFLAGS += $(LUA_INCLUDE) -I$(top_srcdir)/src/libcnrun
+AM_CXXFLAGS += $(LUA_INCLUDE)
 
 pkglib_LTLIBRARIES = \
 	libcnrun-lua.la
diff --git a/upstream/src/tools/Makefile.am b/upstream/src/tools/Makefile.am
index 25ff05f..6fbad79 100644
--- a/upstream/src/tools/Makefile.am
+++ b/upstream/src/tools/Makefile.am
@@ -1,7 +1,7 @@
 include $(top_srcdir)/src/Common.mk
 
 AM_CXXFLAGS += \
-	$(LIBCN_CFLAGS) -I$(top_srcdir)/src
+	$(LIBCN_CFLAGS)
 
 bin_PROGRAMS = \
 	spike2sdf hh-latency-estimator

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cnrun.git



More information about the debian-med-commit mailing list