From 49f2d90a44bd403262ad5346e177b389e2c7166e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 16 Aug 2014 00:55:26 +0200 Subject: [PATCH] build: Adjust ELL source list for building with hwdb support --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8dd24ee6..91242bb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)