build: Add src/missing.h to the distribution

This commit is contained in:
Marcel Holtmann 2019-04-03 18:37:10 +02:00
parent 3f3e778719
commit 10db2d60d6
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ eap_sources = src/eap.c src/eap.h src/eap-private.h \
if DAEMON
libexec_PROGRAMS += src/iwd
src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h \
src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \
src/plugin.h src/plugin.c \
src/netdev.h src/netdev.c \
src/wiphy.h src/wiphy.c \