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.
This commit is contained in:
Andrew Zaborowski 2016-04-01 04:27:39 +02:00 committed by Denis Kenzior
parent a64030069e
commit 945b48bfc9
1 changed files with 2 additions and 1 deletions

View File

@ -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 \