X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2FMakefile.am;h=3ddb1e78a1029fc998bf78ec29649921da30881c;hp=34741e8d2133f083654605fbe9f1f323a9db3801;hb=fb33860236e4641a520ffa4e52deeef952b2853f;hpb=d96cb59ae7c70cd3306bc1a7e313b69cfcc10105 diff --git a/src/Makefile.am b/src/Makefile.am index 34741e8..3ddb1e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,6 +84,10 @@ AM_CPPFLAGS += $(ATASMART_CFLAGS) LIBS += $(ATASMART_LIBS) endif +if LIBUDISKS2 +LIBS += $(LIBUDISKS2_LIBS) +endif + if UNITY psensor_SOURCES += ui_unity.h ui_unity.c AM_CPPFLAGS += $(UNITY_CFLAGS)