build: remove non-existant shl_dlist.h reference
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Aug 2013 13:01:34 +0000 (15:01 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Aug 2013 13:01:34 +0000 (15:01 +0200)
We don't use the linked list helper, so remove this reference.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am

index 7d6cf13..d81d4e7 100644 (file)
@@ -93,7 +93,6 @@ endif
 noinst_LTLIBRARIES += libshl.la
 
 libshl_la_SOURCES = \
-       src/shl_dlist.h \
        src/shl_array.h \
        src/shl_hashtable.h \
        external/htable.h \