NetworkManager r3824 - trunk/libnm-util



Author: dcbw
Date: Wed Jul 16 21:21:09 2008
New Revision: 3824
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3824&view=rev

Log:
Makefile cleanups (Michael Biebl)

Modified:
   trunk/libnm-util/Makefile.am

Modified: trunk/libnm-util/Makefile.am
==============================================================================
--- trunk/libnm-util/Makefile.am	(original)
+++ trunk/libnm-util/Makefile.am	Wed Jul 16 21:21:09 2008
@@ -32,6 +32,7 @@
 	crypto.h			\
 	nm-connection.c			\
 	nm-param-spec-specialized.c	\
+	nm-param-spec-specialized.h \
 	nm-setting.c			\
 	nm-setting-8021x.c		\
 	nm-setting-connection.c		\
@@ -50,9 +51,7 @@
 	nm-utils.c			\
 	$(libnm_util_include_HEADERS)
 
-libnm_util_la_LDFLAGS= $(GLIB_LIBS) $(DBUS_LIBS)
-
-libnm_util_la_LIBADD = 
+libnm_util_la_LIBADD = $(GLIB_LIBS) $(DBUS_LIBS)
 
 if WITH_GNUTLS
 libnm_util_la_SOURCES += crypto_gnutls.c
@@ -80,5 +79,5 @@
 DISTCLEANFILES = libnm-util.pc
 
 EXTRA_DIST = \
-	libnm-util.pc.in \
-	nm-param-spec-specialized.h
+	libnm-util.pc.in
+



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