mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 13:30:28 +01:00
wifi: add forgotten makefile
This commit is contained in:
parent
ca3c39abd3
commit
57d8ab0ae7
1 changed files with 29 additions and 0 deletions
29
src/wifi/Makefile.am
Normal file
29
src/wifi/Makefile.am
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
INCLUDES = \
|
||||
-I${top_srcdir}/include \
|
||||
-I${top_srcdir}/src/logging \
|
||||
-I${top_srcdir}/libnm-util \
|
||||
-I${top_srcdir}/src
|
||||
|
||||
noinst_LTLIBRARIES = libwifi-utils.la
|
||||
|
||||
libwifi_utils_la_SOURCES = \
|
||||
wifi-utils.c \
|
||||
wifi-utils.h \
|
||||
wifi-utils-private.h \
|
||||
wifi-utils-nl80211.c \
|
||||
wifi-utils-nl80211.h
|
||||
|
||||
if WITH_WEXT
|
||||
libwifi_utils_la_SOURCES += wifi-utils-wext.c wifi-utils-wext.h
|
||||
endif
|
||||
|
||||
libwifi_utils_la_CPPFLAGS = \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(LIBNL_CFLAGS)
|
||||
|
||||
libwifi_utils_la_LIBADD = \
|
||||
$(top_builddir)/src/logging/libnm-logging.la \
|
||||
$(top_builddir)/libnm-util/libnm-util.la \
|
||||
$(GLIB_LIBS) \
|
||||
$(LIBNL_LIBS)
|
||||
|
||||
Loading…
Add table
Reference in a new issue