aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-08-01 20:30:08 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-08-01 20:30:08 -0500
commitdfd38e506145b8569611e5fb0eb8cb49eef1b7b2 (patch)
tree2b8e89f11274bf8712d33b62621f3c7f190c35f9 /src/Makefile.am
parent5bc8ff5460d1b596649de5de71790aec952430b4 (diff)
downloadayatana-indicator-bluetooth-dfd38e506145b8569611e5fb0eb8cb49eef1b7b2.tar.gz
ayatana-indicator-bluetooth-dfd38e506145b8569611e5fb0eb8cb49eef1b7b2.tar.bz2
ayatana-indicator-bluetooth-dfd38e506145b8569611e5fb0eb8cb49eef1b7b2.zip
move indicator3-0.4.vapi to the vapi dir. it'll go away soon enough...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 720c981..f685a97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,6 @@
pkglibexec_PROGRAMS = indicator-bluetooth-service
-indicator_bluetooth_service_SOURCES = \
- indicator3-0.4.vapi \
+indicator_bluetooth_service_SOURCES = \
org-bluez.vala \
bluetooth.vala \
bluez.vala \
@@ -16,6 +15,7 @@ indicator_bluetooth_service_VALAFLAGS = \
--ccode \
--vapidir=$(top_srcdir)/vapi/ \
--vapidir=./ \
+ --pkg indicator3-0.4 \
--pkg gnome-bluetooth-1.0 \
--pkg config \
--pkg rfkill \