SYSCONFDIR fixes for #27
@ -1,6 +1,6 @@
# -*- Makefile -*-
AM_CPPFLAGS = -DSYSCONFDIR=\"${sysconfdir}\" ${LIBXMP_CFLAGS} \
AM_CPPFLAGS = -DSYSCONFDIR=\"${sysconfdir}/${PACKAGE_NAME}\" ${LIBXMP_CFLAGS} \
${alsa_CFLAGS} ${pulseaudio_CFLAGS}
AM_CFLAGS = -Wall
@ -17,6 +17,10 @@
#include <sys/unistd.h>
#endif
#if !defined(SYSCONFDIR)
#define SYSCONFDIR "."
static char driver[32];
static char instrument_path[256];