From 945b48bfc95846d0c85fae00ea235d7191239b71 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Fri, 1 Apr 2016 04:27:39 +0200 Subject: [PATCH] Makefile: Symlinks for missing ell files. Add the new dbus-filter.c and ell's version of linux/kdbus.h. Make sure linux/kdbus.h is under linux/ so the ell code can find it. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e1aae406..7a8e665c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I build-aux noinst_LTLIBRARIES = ell/libell-internal.la -ell_sources = ell/ell.h ell/private.h ell/missing.h \ +ell_sources = ell/ell.h ell/private.h ell/missing.h linux/kdbus.h \ ell/util.h ell/util.c \ ell/test.h ell/test.c \ ell/queue.h ell/queue.c \ @@ -31,6 +31,7 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/dbus-util.c \ ell/dbus-message.c \ ell/dbus-service.h ell/dbus-service.c \ + ell/dbus-filter.c \ ell/gvariant-private.h \ ell/gvariant-util.c \ ell/siphash-private.h \