From 1f5ca4b1086ebb1bf7d8f3ed3af2becf87a1985d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Aug 2019 23:33:41 +0200 Subject: [PATCH] build: Make sure to include src/p2putil.[ch] source files --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d3f37e01..cb28f0c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -211,9 +211,9 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \ src/netconfig.h src/netconfig.c\ src/resolve.h src/resolve.c\ src/hotspot.h src/hotspot.c \ + src/p2putil.h src/p2putil.c \ $(eap_sources) \ $(builtin_sources) - src/p2putil.h src/p2putil.c src_iwd_LDADD = $(ell_ldadd) -ldl src_iwd_DEPENDENCIES = $(ell_dependencies)