mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
build: Split noinst_PROGRAMS and libexec_PROGRAMS statements
This commit is contained in:
parent
b6720d52ac
commit
a01bbcfc19
10
Makefile.am
10
Makefile.am
@ -69,8 +69,10 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
|
|||||||
ell_libell_internal_la_SOURCES = $(ell_sources)
|
ell_libell_internal_la_SOURCES = $(ell_sources)
|
||||||
|
|
||||||
bin_PROGRAMS =
|
bin_PROGRAMS =
|
||||||
|
libexec_PROGRAMS =
|
||||||
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
libexec_PROGRAMS = src/iwd
|
libexec_PROGRAMS += src/iwd
|
||||||
|
|
||||||
src_iwd_SOURCES = src/main.c linux/nl80211.h \
|
src_iwd_SOURCES = src/main.c linux/nl80211.h \
|
||||||
src/netdev.h src/netdev.c \
|
src/netdev.h src/netdev.c \
|
||||||
@ -114,9 +116,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h \
|
|||||||
src/adhoc.h src/adhoc.c \
|
src/adhoc.h src/adhoc.c \
|
||||||
src/sae.h src/sae.c \
|
src/sae.h src/sae.c \
|
||||||
$(builtin_sources)
|
$(builtin_sources)
|
||||||
|
|
||||||
src_iwd_LDADD = ell/libell-internal.la -ldl
|
src_iwd_LDADD = ell/libell-internal.la -ldl
|
||||||
|
|
||||||
src_iwd_DEPENDENCIES = ell/libell-internal.la
|
src_iwd_DEPENDENCIES = ell/libell-internal.la
|
||||||
|
|
||||||
if SYSTEMD_SERVICE
|
if SYSTEMD_SERVICE
|
||||||
@ -169,7 +169,7 @@ monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \
|
|||||||
monitor_iwmon_LDADD = ell/libell-internal.la
|
monitor_iwmon_LDADD = ell/libell-internal.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_PROGRAMS = tools/hwsim tools/test-runner
|
noinst_PROGRAMS += tools/hwsim
|
||||||
|
|
||||||
tools_hwsim_SOURCES = tools/hwsim.c src/mpdu.h \
|
tools_hwsim_SOURCES = tools/hwsim.c src/mpdu.h \
|
||||||
src/util.h src/util.c \
|
src/util.h src/util.c \
|
||||||
@ -177,6 +177,8 @@ tools_hwsim_SOURCES = tools/hwsim.c src/mpdu.h \
|
|||||||
src/common.h src/common.c
|
src/common.h src/common.c
|
||||||
tools_hwsim_LDADD = ell/libell-internal.la
|
tools_hwsim_LDADD = ell/libell-internal.la
|
||||||
|
|
||||||
|
noinst_PROGRAMS += tools/test-runner
|
||||||
|
|
||||||
tools_test_runner_SOURCES = tools/test-runner.c
|
tools_test_runner_SOURCES = tools/test-runner.c
|
||||||
tools_test_runner_LDADD = ell/libell-internal.la
|
tools_test_runner_LDADD = ell/libell-internal.la
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user