summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-01-12 14:21:44 -0500
committerDan Williams <dcbw@redhat.com>2009-01-12 14:21:44 -0500
commit45f2f1144d75bb8477dafd525a9cb81736bfab70 (patch)
tree07adc43831f58df623befb9fedf500e8da1e90ae /Makefile.am
parent0400af7d038afa758f1270f2960f9c8b5a727a58 (diff)
keyfile: read MAC addresses and a test framework
Clean up handling of "special" keys in keyfiles, ie ones that need more processing than the basic GKeyFile API supports. Add MAC address reading (writing support to come). Additionally, add some test bits for the keyfile plugin that get run on 'make check'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6bbddac6ec..8ff0683c8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,9 +51,10 @@ EXTRA_DIST = \
intltool-merge.in \
intltool-update.in
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-tests=yes
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = NetworkManager.pc
+