build: Adjust ELL source list for building with hwdb support

This commit is contained in:
Marcel Holtmann 2014-08-16 00:55:26 +02:00
parent 9fa506c237
commit 49f2d90a44
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ ell_sources = ell/ell.h ell/private.h \
ell/gvariant-private.h \
ell/gvariant-util.c \
ell/siphash-private.h \
ell/siphash.c
ell/siphash.c \
ell/hwdb.h ell/hwdb.c
ell_libell_internal_la_SOURCES = $(ell_sources)