Changeset 4461

Show
Ignore:
Timestamp:
06/25/07 13:39:08 (6 years ago)
Author:
khali
Message:

Install libsensors as libsensors.so.4, and sensors as sensors3. This makes
it possible to install both the old and the new libsensors and sensors,
making testing much easier. sensors3 will be renamed back to sensors before
we release.

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/lib/Module.mk

    r4458 r4461  
    3333# the public header files - in this case they are error.h, sensors.h, 
    3434# chips.h. 
    35 LIBMAINVER := 3 
    36 LIBMINORVER := 1.3 
     35LIBMAINVER := 4 
     36LIBMINORVER := 0.0 
    3737LIBVER := $(LIBMAINVER).$(LIBMINORVER) 
    3838 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/Module.mk

    r4362 r4461  
    2727# Regrettably, even 'simply expanded variables' will not put their currently 
    2828# defined value verbatim into the command-list of rules... 
    29 PROGSENSORSTARGETS := $(MODULE_DIR)/sensors 
     29PROGSENSORSTARGETS := $(MODULE_DIR)/sensors3 
    3030PROGSENSORSSOURCES := $(MODULE_DIR)/main.c $(MODULE_DIR)/chips.c $(MODULE_DIR)/chips_generic.c 
    3131