X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=26883d4da603f6043521d8eb7cc4483a2a337506;hb=2cec0f33f19afafe8a9dd28fc3af3db27796c76b;hp=2e4bb19b52fca8563b1e581fac712aedb1c5eb53;hpb=0a4fb4ef66f8282a7c7a08377d993a06f6c5d518;p=psensor.git diff --git a/src/Makefile.am b/src/Makefile.am index 2e4bb19..26883d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,7 @@ psensor_SOURCES = \ graph.h graph.c \ main.c \ pxdg.h pxdg.c \ + rsensor.h \ ui.h ui.c \ ui_appindicator.h \ ui_color.h ui_color.c \ @@ -98,7 +99,7 @@ endif if CURL if JSON -psensor_SOURCES += rsensor.h rsensor.c +psensor_SOURCES += rsensor.c LIBS += $(CURL_LIBS) $(JSON_LIBS) AM_CPPFLAGS += $(CURL_CFLAGS) $(JSON_CFLAGS) endif @@ -112,7 +113,7 @@ gsettings_SCHEMAS=psensor.gschema.xml EXTRA_DIST = description.txt\ $(gsettings_SCHEMAS)\ - rsensor.h rsensor.c\ + rsensor.c\ ui_appindicator.c\ ui_notify.c\ ui_unity.c