diff options
-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 |