2018-12-05 Fred Gleason <fredg@paravelsystems.com>

* Added a set of Python classes for processing PAD updates.
This commit is contained in:
Fred Gleason
2018-12-05 20:15:10 -05:00
parent fc0023a0cd
commit 1d8e303101
12 changed files with 356 additions and 4 deletions

View File

@@ -247,6 +247,11 @@ AC_CHECK_HEADER(security/pam_appl.h,[],[AC_MSG_ERROR([*** PAM not found ***])])
#
AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not found ***])])
#
# Check for Python
#
AM_PATH_PYTHON([2.7])
#
# Check for FLAC
#
@@ -462,6 +467,9 @@ AC_CONFIG_FILES([rivendell.spec \
icons/Makefile \
helpers/Makefile \
apis/Makefile \
apis/PyPAD/Makefile \
apis/PyPAD/api/Makefile \
apis/PyPAD/examples/Makefile \
apis/rivwebcapi/Makefile \
apis/rivwebcapi/rivwebcapi.pc \
apis/rivwebcapi/rivwebcapi/Makefile \