summaryrefslogtreecommitdiff
path: root/sendto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sendto/Makefile.am')
-rw-r--r--sendto/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sendto/Makefile.am b/sendto/Makefile.am
index 3c6b789b..01596214 100644
--- a/sendto/Makefile.am
+++ b/sendto/Makefile.am
@@ -3,11 +3,11 @@ bin_PROGRAMS = bluetooth-sendto
bluetooth_sendto_SOURCES = main.c
-bluetooth_sendto_LDADD = $(top_builddir)/common/libcommon.la $(top_builddir)/common/libgnome-bluetooth.la $(SENDTO_LIBS)
+bluetooth_sendto_LDADD = $(top_builddir)/lib/libcommon.la $(top_builddir)/lib/libgnome-bluetooth.la $(SENDTO_LIBS)
AM_CFLAGS = $(SENDTO_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
-INCLUDES = -I$(top_srcdir)/common -I$(top_builddir)/common
+INCLUDES = -I$(top_srcdir)/lib -I$(top_builddir)/lib
man_MANS = bluetooth-sendto.1