added missing CPPFLAGS for Gtop (submitted by Lubos Stanek).
[psensor.git] / src / Makefile.am
index ccea9d5..a4b9fe6 100644 (file)
@@ -42,6 +42,7 @@ psensor_SOURCES = \
        ui_sensorpref.h ui_sensorpref.c
 
 if GTOP
+AM_CPPFLAGS += $(GTOP_CFLAGS)
 LIBS += $(GTOP_LIBS)
 endif