From 1669e3a77849d491ec6d638260c5206148410f92 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 29 Nov 2009 15:32:45 -0800 Subject: [PATCH] build: fix distcheck --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 058fee76d5..f351c787d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -112,7 +112,8 @@ NetworkManager_SOURCES = \ nm-netlink.c \ nm-netlink.h \ nm-dhcp4-config.c \ - nm-dhcp4-config.h + nm-dhcp4-config.h \ + nm-rfkill.h nm-access-point-glue.h: $(top_srcdir)/introspection/nm-access-point.xml dbus-binding-tool --prefix=nm_access_point --mode=glib-server --output=$@ $<