summaryrefslogtreecommitdiffstats
path: root/examples/genl/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-19 12:17:12 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-19 12:20:37 +0200
commit10d32feb31a2c4d7ca7161f720a2a018369b4eff (patch)
tree8e1452b89d998487e4c1685460c4f24e0e81b651 /examples/genl/Makefile.am
parent5b78d99986220c8aacfb5668392b7bcecb80964c (diff)
build: remove unneeded -dynamic -ldl -nostartfiles flags
Besides that -ldl should be in _LDADD (not _LDFLAGS), I do not see any dlopen calls at all that would make the library a requirement. I also see no reason to use -Wc,-nostartfiles. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'examples/genl/Makefile.am')
-rw-r--r--examples/genl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/genl/Makefile.am b/examples/genl/Makefile.am
index a2df116..deaf18d 100644
--- a/examples/genl/Makefile.am
+++ b/examples/genl/Makefile.am
@@ -4,4 +4,3 @@ check_PROGRAMS = genl-family-get
genl_family_get_SOURCES = genl-family-get.c
genl_family_get_LDADD = ../../src/libmnl.la
-genl_family_get_LDFLAGS = -dynamic -ldl