aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorpkanwar <pkanwar@google.com>2017-02-08 19:05:01 -0800
committerPankaj Kanwar <pkanwar@google.com>2017-02-09 16:28:34 +0000
commit8ba9c0c5d4425ee8c2b0e363aa55d5877371cd1d (patch)
tree32e78ba5548312de9717d696d79b08914db16ecb /utils/Makefile.am
parent8dfebbc006bdc3d0bc3dc8026a686fe9f3113f68 (diff)
downloadlibnfnetlink-8ba9c0c5d4425ee8c2b0e363aa55d5877371cd1d.tar.gz
Adding libnfnetlink to the tree.android-o-preview-1o-preview
Bug: 35194770 Test: NA. Change-Id: Ib4d9ef3edf83393339681e00cd9da0b105ba57f4
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
new file mode 100644
index 0000000..69827ca
--- /dev/null
+++ b/utils/Makefile.am
@@ -0,0 +1,7 @@
+include $(top_srcdir)/Make_global.am
+
+check_PROGRAMS = iftest
+
+iftest_SOURCES = iftest.c
+iftest_LDADD = ../src/libnfnetlink.la
+iftest_LDFLAGS = -dynamic -ldl