summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Orlenko <zxteam@gmail.com>2010-05-28 18:05:24 +1100
committerAlexander Orlenko <zxteam@gmail.com>2010-05-28 18:05:24 +1100
commitd7c4cbc0a0f7edd3ea080d16624d3a9fbb7fd19e (patch)
tree68e56cffa5944cca6d868340d0a378d616921577 /Makefile.am
parenta6a16d41d70cb7b5019d0cda6eb71c71caa6f990 (diff)
downloadbluez-tools-d7c4cbc0a0f7edd3ea080d16624d3a9fbb7fd19e.tar.gz
Some skel impl
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..5889a3f
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,5 @@
+AUTOMAKE_OPTIONS = subdir-objects
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+
+bin_PROGRAMS = bt-monitor
+bt_monitor_SOURCES = src/bt-monitor.c src/monitor.c lib/dbus-common.c lib/manager.c