diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-24 22:12:18 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-24 22:12:18 +0800 |
commit | 64ff9f8650277fdf849917a01dde4b18e67b046d (patch) | |
tree | 5a2e3f9cd3472c7055cf5a769fc445777bd9d591 /lib/Makefile.am | |
parent | dafc2a996545008a9027f2e894ab784b62464c00 (diff) | |
download | gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.gz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.bz2 gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.lz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.xz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.zst gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.zip |
Copy&paste a few NM defines/enums we need at compile time
This way we don't need a compile-time dependency on NetworkManager,
since we use it through the DBus APIs.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a75896bb0..0f8dd5c7c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,6 +17,7 @@ NOINST_H_FILES = \ ephy-module.h \ ephy-node-filter.h \ ephy-node-common.h \ + ephy-network-manager-defines.h \ ephy-object-helpers.h \ ephy-prefs.h \ ephy-profile-utils.h \ |