mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 12:10:10 +01: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 = \
|
||||
-I${top_srcdir}/src \
|
||||
$(NULL)
|
||||
-I${top_srcdir}/src
|
||||
|
||||
pkglib_LTLIBRARIES = libnm-settings-plugin-ifupdown.la
|
||||
|
||||
|
|
@ -9,8 +8,7 @@ libnm_settings_plugin_ifupdown_la_SOURCES = \
|
|||
interface_parser.c interface_parser.h \
|
||||
nm-ifupdown-connection.c nm-ifupdown-connection.h \
|
||||
parser.c parser.h \
|
||||
plugin.c plugin.h \
|
||||
$(NULL)
|
||||
plugin.c plugin.h
|
||||
|
||||
libnm_settings_plugin_ifupdown_la_CPPFLAGS = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue