build: add shl_flagset to build-system

We need the shl_flagset as part of SHL to make use of it.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2013-03-05 01:28:36 +01:00
parent e62850ded5
commit 62a16d13b7

View File

@ -170,7 +170,8 @@ libshl_la_SOURCES = \
src/shl_log.c \
src/shl_hook.h \
src/shl_misc.h \
src/shl_register.h
src/shl_register.h \
src/shl_flagset.h
libshl_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(XKBCOMMON_CFLAGS) \