Add gdbus/polkit.c file to sources list
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 9 Sep 2010 16:29:01 +0000 (18:29 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 9 Sep 2010 16:29:01 +0000 (18:29 +0200)
Makefile.am

index 1bf7207..2f0f2c3 100644 (file)
@@ -23,7 +23,8 @@ local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS) \
                        $(noinst_HEADERS), include/connman/$(notdir $(file)))
 
 
-gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/object.c gdbus/watch.c
+gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \
+                                       gdbus/object.c gdbus/polkit.c
 
 gdhcp_sources = gdhcp/gdhcp.h gdhcp/common.h gdhcp/common.c gdhcp/client.c