summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-26 14:38:31 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-26 14:38:31 -0500
commitdbb441c7f6ded71d13817d2b3bcce9d3cad11e0d (patch)
treed9e437c3c20a629f5cec20c94ff671aae92cfe72
parent08a682a9f895b8f622499df5ee69fcabe1e3cbab (diff)
downloadlibseccomp-dbb441c7f6ded71d13817d2b3bcce9d3cad11e0d.tar.gz
build: swap '()' for '{}' in Makefiles for consistency
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--src/Makefile.am2
-rw-r--r--tools/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2cd8a1e..c2d805e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,7 +53,7 @@ arch_syscall_dump_SOURCES = arch-syscall-dump.c ${SOURCES_ALL}
arch_syscall_check_SOURCES = arch-syscall-check.c ${SOURCES_ALL}
libseccomp_la_SOURCES = ${SOURCES_ALL}
-libseccomp_la_CPPFLAGS = ${AM_CPPFLAGS} -I$(top_builddir)/include
+libseccomp_la_CPPFLAGS = ${AM_CPPFLAGS} -I${top_builddir}/include
libseccomp_la_CFLAGS = ${AM_CFLAGS} ${CFLAGS} -fPIC -DPIC -fvisibility=hidden
libseccomp_la_LDFLAGS = ${AM_LDFLAGS} ${LDFLAGS} \
-version-number ${VERSION_MAJOR}:${VERSION_MINOR}:${VERSION_MICRO}
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b18dc9b..70b4aed 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -16,7 +16,7 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
-AM_CPPFLAGS = -I$(top_builddir)/include
+AM_CPPFLAGS = -I${top_builddir}/include
noinst_LTLIBRARIES = util.la
util_la_SOURCES = util.c util.h bpf.h