Show
Ignore:
Timestamp:
12/08/98 21:48:17 (14 years ago)
Author:
frodo
Message:

(Frodo)

Yet more documentation updates, and a quick Makefile update to install all
include files correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/i2c/Module.mk

    r19 r50  
    2727              $(MODULE_DIR)/bit-velle.o $(MODULE_DIR)/bit-mb.o 
    2828 
     29I2CHEADERFILES := $(MODULE_DIR)/i2c.h 
     30 
    2931# Include all dependency files 
    3032INCLUDEFILES += $(I2CTARGETS:.o=.d) 
     
    3638        $(MKDIR) $(MODDIR) 
    3739        install -o root -g root -m 644 $(I2CTARGETS) $(MODDIR) 
     40        install -o root -g root -m 644 $(I2CHEADERFILES) $(INCLUDEDIR) 
    3841install :: install-i2c 
    3942