From abf1eb9494eacd308d41840603b975b27083373d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 20 May 2014 19:51:36 -0700 Subject: [PATCH] build: Move nl80211.h public header to separate directory --- Makefile.am | 2 +- {src => linux}/nl80211.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {src => linux}/nl80211.h (100%) diff --git a/Makefile.am b/Makefile.am index 7e81f1c3..39b2dcf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ ell_libell_internal_la_SOURCES = $(ell_sources) bin_PROGRAMS = src/iwd client/iwctl -src_iwd_SOURCES = src/main.c src/nl80211.h \ +src_iwd_SOURCES = src/main.c linux/nl80211.h \ src/sha1.h src/sha1.c src_iwd_LDADD = ell/libell-internal.la diff --git a/src/nl80211.h b/linux/nl80211.h similarity index 100% rename from src/nl80211.h rename to linux/nl80211.h