diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-01 20:30:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-08-01 20:30:08 -0500 |
commit | dfd38e506145b8569611e5fb0eb8cb49eef1b7b2 (patch) | |
tree | 2b8e89f11274bf8712d33b62621f3c7f190c35f9 | |
parent | 5bc8ff5460d1b596649de5de71790aec952430b4 (diff) | |
download | ayatana-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...
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | src/Makefile.am | 4 | ||||
-rw-r--r-- | vapi/indicator3-0.4.vapi (renamed from src/indicator3-0.4.vapi) | 0 |
3 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 31ba5e2..fe6146b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,9 @@ SUBDIRS = data po src EXTRA_DIST = \ autogen.sh \ NEWS \ - vapi/rfkill.vapi \ - vapi/config.vapi + vapi/config.vapi \ + vapi/gnome-bluetooth-1.0.vapi \ + vapi/indicator3-0.4.vapi \ + vapi/rfkill.vapi DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall 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 \ diff --git a/src/indicator3-0.4.vapi b/vapi/indicator3-0.4.vapi index 44204cd..44204cd 100644 --- a/src/indicator3-0.4.vapi +++ b/vapi/indicator3-0.4.vapi |