summaryrefslogtreecommitdiffstats
path: root/sync/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sync/Makefile.am')
-rw-r--r--sync/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/sync/Makefile.am b/sync/Makefile.am
new file mode 100644
index 00000000..4f89edc6
--- /dev/null
+++ b/sync/Makefile.am
@@ -0,0 +1,12 @@
+
+noinst_PROGRAMS = bt.syncd
+
+bt_syncd_SOURCES = main.c
+
+bt_syncd_LDADD = @DBUS_LIBS@ @OPENSYNC_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+
+AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@ @DBUS_CFLAGS@
+
+INCLUDES = -I$(top_srcdir)/common
+
+MAINTAINERCLEANFILES = Makefile.in