summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-03-07 11:53:05 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-03-07 11:53:05 +0100
commit1e20e396cb837017b7e5ef822bfdab6ce060d2cf (patch)
treed149ba1450ee32ca7eaff8cd29ddc3f6bd3a8596 /Makefile.am
parent7abdb13d106d496e1115fab49e6448a249dfb3c8 (diff)
downloadneard-1e20e396cb837017b7e5ef822bfdab6ce060d2cf.tar.gz
neard-1e20e396cb837017b7e5ef822bfdab6ce060d2cf.tar.bz2
neard-1e20e396cb837017b7e5ef822bfdab6ce060d2cf.zip
build: Install neard back to libexec/nfc/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a11cc5..8fd6675 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,8 @@ builtin_sources =
builtin_cflags =
builtin_libadd =
-sbin_PROGRAMS = src/neard
+libexecdir = @libexecdir@/nfc
+libexec_PROGRAMS = src/neard
src_neard_SOURCES = $(gdbus_sources) $(gweb_sources) $(builtin_sources) \
src/main.c src/error.c src/near.h src/log.c \