* src/devices/Makefile.am: Included dev.h.

This commit is contained in:
arno 2000-05-13 10:20:36 +00:00
parent 1820d1a249
commit 1a7a7f48e0
1 changed files with 3 additions and 1 deletions

View File

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