summaryrefslogtreecommitdiff
path: root/examples/C
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-16 16:36:22 -0600
committerDan Williams <dcbw@redhat.com>2011-02-16 16:36:22 -0600
commit8b2a27466077ef6c45f4769513b8db53442b4b49 (patch)
treea7f9c78122769ec36859f465650453062168b093 /examples/C
parenta90a7f7dd26fb49721107f74651e8bfea47a98ad (diff)
examples: fix distcheck
Diffstat (limited to 'examples/C')
-rw-r--r--examples/C/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/C/Makefile.am b/examples/C/Makefile.am
index 8977183c..684a1fa1 100644
--- a/examples/C/Makefile.am
+++ b/examples/C/Makefile.am
@@ -54,7 +54,8 @@ get_ap_info_libnm_glib_LDADD = \
$(GLIB_LIBS)
EXTRA_DIST = \
- add-connection-glib.c \
+ add-connection-dbus-glib.c \
+ add-connection-libnm-glib.c \
get-active-connections.c \
list-connections-dbus.c \
list-connections-libnm-glib.c \