Browse Source

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

pre-master-46
arno 26 years ago
parent
commit
1a7a7f48e0
  1. 4
      src/spicelib/devices/Makefile.am

4
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

Loading…
Cancel
Save