X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=df0c5eb2374b8a957c9914b575ec99377cd831d0;hb=8a73e67a25fc6035e4fabacaa20a65dee016d659;hp=0e49961b02256929a5ff4e93f350c8e99889bbba;hpb=a63d6ac6c828cd5a62446ec9d47b4e79d4e221e6;p=psensor.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 0e49961..df0c5eb 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -2,15 +2,18 @@ noinst_LIBRARIES = libpsensor.a libpsensor_a_SOURCES = \ amd.h \ + bool.h \ + color.h color.c \ cpu.h \ + hdd.h hdd_hddtemp.c\ + lmsensor.h lmsensor.c \ + plog.h plog.c \ measure.h measure.c \ - color.h color.c \ - log.h log.c \ - psensor.h psensor.c\ - hdd.h\ + 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 @@ -48,4 +49,4 @@ endif EXTRA_DIST=$(libpsensor_a_SOURCES) \ amd.c \ cpu.c \ - nvidia.c \ No newline at end of file + nvidia.c