* src/devices/Makefile.am: Included dev.h.
This commit is contained in:
parent
1820d1a249
commit
1a7a7f48e0
|
|
@ -36,7 +36,9 @@ SUBDIRS = \
|
|||
|
||||
lib_LIBRARIES = libdev.a
|
||||
|
||||
libdev_a_SOURCES = dev.c
|
||||
libdev_a_SOURCES = \
|
||||
dev.c \
|
||||
dev.h
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue