fixed compilation with AMD/ATI GPU monitoring support(submitted by Lubos Stanek).
[psensor.git] / src / Makefile.am
index a4b9fe6..8a1c982 100644 (file)
@@ -63,6 +63,11 @@ AM_CPPFLAGS += $(NVIDIA_CFLAGS)
 LIBS +=  $(NVIDIA_LIBS)
 endif
 
+if LIBATIADL
+AM_CPPFLAGS += $(LIBATIADL_CFLAGS)
+LIBS += $(LIBATIADL_LIBS)
+endif
+
 if UNITY
 AM_CPPFLAGS += $(UNITY_CFLAGS)
 LIBS += unity/libpsensor_unity.a $(UNITY_LIBS)