From 1a7a7f48e0862d96aeca6e4f6b494b61f4cbac8e Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 13 May 2000 10:20:36 +0000 Subject: [PATCH] * src/devices/Makefile.am: Included dev.h. --- src/spicelib/devices/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spicelib/devices/Makefile.am b/src/spicelib/devices/Makefile.am index a1698ff92..3a64da7d2 100644 --- a/src/spicelib/devices/Makefile.am +++ b/src/spicelib/devices/Makefile.am @@ -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