X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=03ffdc8c42bdf2cc3ba261c6af31212f918f53cd;hb=f3a27b1b5148cd84badffac85ac89ece2fe1a7b0;hp=0e49961b02256929a5ff4e93f350c8e99889bbba;hpb=a63d6ac6c828cd5a62446ec9d47b4e79d4e221e6;p=psensor.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 0e49961..03ffdc8 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -2,15 +2,18 @@ noinst_LIBRARIES = libpsensor.a libpsensor_a_SOURCES = \ amd.h \ - cpu.h \ - measure.h measure.c \ + bool.h \ color.h color.c \ + cpu.h \ + hdd.h hdd_hddtemp.c\ + lmsensor.h lmsensor.c \ log.h log.c \ - psensor.h psensor.c\ - hdd.h\ + measure.h measure.c \ + ptime.h ptime.c \ nvidia.h \ - lmsensor.h lmsensor.c \ + psensor.h psensor.c\ pio.h pio.c \ + slog.c slog.h \ url.c url.h AM_CPPFLAGS = -Wall -Werror @@ -19,8 +22,6 @@ if ATASMART libpsensor_a_SOURCES += hdd_atasmart.c LIBS += $(ATASMART_LIBS) AM_CPPFLAGS += $(ATASMART_CFLAGS) -else -libpsensor_a_SOURCES += hdd_hddtemp.c endif if NVIDIA