change default installation path for yasnd binary to /sbin

This commit is contained in:
Sergey Popov 2011-12-20 17:33:51 +04:00
parent 73bdb15644
commit d9858da0d4
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
INCLUDES=${gammu_CFLAGS} INCLUDES=${gammu_CFLAGS}
yasnd_LDADD = ${libconfuse_LIBS} yasnd_LDADD = ${libconfuse_LIBS}
yasnd_LDADD += ${gammu_LIBS} yasnd_LDADD += ${gammu_LIBS}
bin_PROGRAMS = yasnd sbin_PROGRAMS = yasnd
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c
distclean-local: distclean-local:

View File

@ -5,6 +5,9 @@ AC_CONFIG_HEADERS([config.h])
AC_LANG([C]) AC_LANG([C])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
# Default prefix for installation
AC_PREFIX_DEFAULT()
# Checks for programs. # Checks for programs.
AC_PROG_CC_C99 AC_PROG_CC_C99