Add the SQLite extension to the build

This commit is contained in:
Julien BLACHE 2010-09-28 18:35:25 +02:00
parent 743476fec0
commit 517f11c691
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
sysconf_DATA = forked-daapd.conf sysconf_DATA = forked-daapd.conf
EXTRA_DIST = configure EXTRA_DIST = configure
SUBDIRS = src SUBDIRS = sqlext src
man_MANS = forked-daapd.8 man_MANS = forked-daapd.8

View File

@ -198,4 +198,4 @@ dnl Checks for header files.
AC_HEADER_STDC AC_HEADER_STDC
AC_HEADER_SYS_WAIT AC_HEADER_SYS_WAIT
AC_OUTPUT(src/Makefile Makefile) AC_OUTPUT(src/Makefile sqlext/Makefile Makefile)