[PATCH] libnm-glib fails to compile, missing "\"



Hi,

there is missing "\" in libnm-glib/Makefile.am, resulting in not all binding headers to be generated.

Trivial patch attached.

Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
Index: libnm-glib/Makefile.am
===================================================================
--- libnm-glib/Makefile.am	(Revision 3630)
+++ libnm-glib/Makefile.am	(Arbeitskopie)
@@ -13,7 +13,7 @@
 	nm-exported-connection-bindings.h \
 	nm-settings-glue.h \
 	nm-settings-bindings.h \
-	nm-settings-system-bindings.h
+	nm-settings-system-bindings.h \
 	nm-vpn-connection-bindings.h \
 	nm-vpn-plugin-glue.h \
 	nm-active-connection-bindings.h

Attachment: signature.asc
Description: OpenPGP digital signature



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