mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 09:08:18 +02:00
Remove NULL in Makefile.am
Be consistent and don't use NULL, it's not defined anyway.
This commit is contained in:
parent
dbd85915f1
commit
ae44aa59d1
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I${top_srcdir}/src \
|
-I${top_srcdir}/src
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
pkglib_LTLIBRARIES = libnm-settings-plugin-ifupdown.la
|
pkglib_LTLIBRARIES = libnm-settings-plugin-ifupdown.la
|
||||||
|
|
||||||
|
|
@ -9,8 +8,7 @@ libnm_settings_plugin_ifupdown_la_SOURCES = \
|
||||||
interface_parser.c interface_parser.h \
|
interface_parser.c interface_parser.h \
|
||||||
nm-ifupdown-connection.c nm-ifupdown-connection.h \
|
nm-ifupdown-connection.c nm-ifupdown-connection.h \
|
||||||
parser.c parser.h \
|
parser.c parser.h \
|
||||||
plugin.c plugin.h \
|
plugin.c plugin.h
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
libnm_settings_plugin_ifupdown_la_CPPFLAGS = \
|
libnm_settings_plugin_ifupdown_la_CPPFLAGS = \
|
||||||
$(GLIB_CFLAGS) \
|
$(GLIB_CFLAGS) \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue