diff options
author | Dan Winship <danw@gnome.org> | 2012-05-16 13:28:46 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-06-20 08:58:27 -0400 |
commit | 0d116154fb1e85e6a9551f48e76efdf3ac510373 (patch) | |
tree | f4b087ff2e937bdf866eb74ed8394a3ca077b03e /.gitignore | |
parent | e88dd5889637621b84cd6ebf3fe26d76e1e8290e (diff) | |
download | network-manager-applet-0d116154fb1e85e6a9551f48e76efdf3ac510373.tar.gz |
Use Makefile.glib to build marshallers
Also copy in a local version of the GLIB_CONFIG autoconf macro, and
use that (to get gschema stuff configured in for free too)
https://bugzilla.gnome.org/show_bug.cgi?id=662767
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ missing mkinstalldirs POTFILES stamp-* +*.stamp .deps .libs autom4te.cache @@ -37,7 +38,7 @@ nm-applet.schemas src/connection-editor/nm-connection-editor src/connection-editor/nm-connection-editor-service-glue.h src/libnm-gtk/libnm-gtk.pc -src/marshallers/nma-marshal.[ch] +src/marshallers/nma-marshal.* src/nm-applet src/nm-applet-migration-tool src/applet-dbus-bindings.h |