[network-manager-applet] Remove NULL in Makefile.am



commit 0ec5206937ad7f92f03b0973c34bfeb7dd1e3961
Author: Michael Biebl <biebl debian org>
Date:   Thu Apr 23 18:17:50 2009 +0200

    Remove NULL in Makefile.am
    
    Be consistent and don't use NULL.
---
 src/Makefile.am                   |   12 ++++--------
 src/connection-editor/Makefile.am |    5 +----
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 812a993..d85c5f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,5 @@
 SUBDIRS = marshallers utils gconf-helpers wireless-security polkit-helpers connection-editor
 
-NULL=
-
 bin_PROGRAMS = nm-applet
 
 nm_applet_CPPFLAGS = \
@@ -20,8 +18,7 @@ nm_applet_CPPFLAGS = \
 	-I${top_builddir}/src/marshallers \
 	-I${top_srcdir}/src/utils \
 	-I${top_srcdir}/src/gconf-helpers  \
-	-I${top_srcdir}/src/wireless-security  \
-	$(NULL)
+	-I${top_srcdir}/src/wireless-security
 
 nm_applet_SOURCES =			\
 	main.c				\
@@ -47,8 +44,7 @@ nm_applet_SOURCES =			\
 	applet-device-gsm.h \
 	applet-device-gsm.c \
 	applet-device-cdma.h \
-	applet-device-cdma.c \
-	$(NULL)
+	applet-device-cdma.c
 
 nm_applet_LDADD = \
 	$(NMA_LIBS) \
@@ -64,5 +60,5 @@ glade_DATA = applet.glade keyring.png
 CLEANFILES = *.bak *.gladep
 
 EXTRA_DIST = 				\
-	$(glade_DATA)			\
-	$(NULL)
+	$(glade_DATA)
+
diff --git a/src/connection-editor/Makefile.am b/src/connection-editor/Makefile.am
index 3d4edf9..aace784 100644
--- a/src/connection-editor/Makefile.am
+++ b/src/connection-editor/Makefile.am
@@ -1,5 +1,3 @@
-NULL=
-
 bin_PROGRAMS = nm-connection-editor
 
 nm_connection_editor_CPPFLAGS = \
@@ -16,8 +14,7 @@ nm_connection_editor_CPPFLAGS = \
 	-I${top_srcdir}/src/gconf-helpers \
 	-I${top_srcdir}/src/utils \
 	-I${top_srcdir}/src/wireless-security \
-	-I${top_builddir}/src/marshallers \
-	$(NULL)
+	-I${top_builddir}/src/marshallers
 
 if NO_POLKIT_GNOME
 nm_connection_editor_CPPFLAGS += \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]