From f14da3cc27e2ec514d2e829fd7281f8c5dc9b252 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 11 Oct 2012 08:42:59 +1300 Subject: First start on bluetooth-indicator --- src/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..101f8f1 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,24 @@ +bin_PROGRAMS = indicator-bluetooth + +indicator_bluetooth_SOURCES = \ + config.vapi \ + indicator-bluetooth.vala + +indicator_bluetooth_VALAFLAGS = \ + --pkg posix \ + --pkg glib-2.0 \ + --pkg gtk+-3.0 \ + --pkg appindicator3-0.1 + +indicator_bluetooth_CFLAGS = \ + -DVERSION=\"$(VERSION)\" \ + -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ + -DLOCALE_DIR=\"$(datadir)/locale\" \ + $(INDICATOR_BLUETOOTH_CFLAGS) + +indicator_bluetooth_LDADD = \ + $(INDICATOR_BLUETOOTH_LIBS) + +CLEANFILES = \ + $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \ + *_vala.stamp -- cgit v1.2.3