mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
build: Don't provide iwd/main.conf during make install
This commit is contained in:
parent
980f6f3645
commit
0cf589e13d
@ -102,8 +102,6 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h \
|
||||
|
||||
src_iwd_LDADD = ell/libell-internal.la -ldl
|
||||
|
||||
dist_sysconf_DATA = src/main.conf
|
||||
|
||||
client_iwctl_SOURCES = client/main.c \
|
||||
client/adapter.c \
|
||||
client/agent-manager.c \
|
||||
@ -267,7 +265,7 @@ if BUILD_DOCS
|
||||
dist_man_MANS = $(manual_pages)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = src/genbuiltin $(manual_pages:.1=.txt)
|
||||
EXTRA_DIST = src/genbuiltin doc/main.conf $(manual_pages:.1=.txt)
|
||||
|
||||
AM_CFLAGS = -fvisibility=hidden
|
||||
|
||||
|
@ -7,7 +7,6 @@ fi
|
||||
./bootstrap && \
|
||||
./configure --enable-maintainer-mode \
|
||||
--enable-debug \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--prefix=/usr $* \
|
||||
--sysconfdir=/etc/iwd \
|
||||
--with-dbusconfdir=/etc
|
||||
--with-dbusconfdir=/etc $*
|
||||
|
Loading…
Reference in New Issue
Block a user