diff options
author | Phil Sutter <phil@nwl.cc> | 2021-05-20 11:59:23 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2022-06-11 11:47:03 +0200 |
commit | 800f38c973dd1c9608c287eafecffad828e17929 (patch) | |
tree | 47e6b0bd0c0c1f6b8e4a5e526eb044539f98cc77 /utils | |
parent | 6de62a9d47624155fa67530bc4a8f0ea647189f6 (diff) |
Makefile: Add --enable-profiling configure option
A little convenience to prepare a build for analysis with gcov/gprof.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 42bd9737..327a29e0 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -3,6 +3,7 @@ AM_CFLAGS = ${regular_CFLAGS} AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include \ -I${top_srcdir}/include ${libnfnetlink_CFLAGS} +AM_LDFLAGS = ${regular_LDFLAGS} sbin_PROGRAMS = pkgdata_DATA = |