aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-05-03 09:53:41 -0700
committerCharles Kerr <charles.kerr@canonical.com>2013-05-03 09:53:41 -0700
commit5b500193b3eb561260cc31e714e2b0c35148cfff (patch)
treef9df24b182bb7e753056934ddb1cddbbe64d7cab /src/Makefile.am
parente03ef8e4ac74e87cefaff1ef792d8a5bff54c926 (diff)
downloadayatana-indicator-datetime-5b500193b3eb561260cc31e714e2b0c35148cfff.tar.gz
ayatana-indicator-datetime-5b500193b3eb561260cc31e714e2b0c35148cfff.tar.bz2
ayatana-indicator-datetime-5b500193b3eb561260cc31e714e2b0c35148cfff.zip
refactor the geoclue code into its own class.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a31cb4b..f9b8562 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,10 @@ indicator_datetime_service_SOURCES = \
datetime-interface.h \
gen-datetime-service.xml.c \
datetime-service.c \
+ location.c \
+ location.h \
+ location-geoclue.c \
+ location-geoclue.h \
utils.c \
utils.h \
dbus-shared.h \