aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-03-03 21:20:32 +1300
committerDavid <dbphillipsnz@gmail.com>2014-03-03 21:20:32 +1300
commit10e92d96f03d035e9a4e95aa22eb22367024789b (patch)
tree18ac553df21f0957ffee1b9e5097bbab4bbd4505
parent8da093d5cbc96c6ce5f86cf3beb6b46042315af8 (diff)
downloadparamano-10e92d96f03d035e9a4e95aa22eb22367024789b.tar.xz
Updated makefile, fixed XDG autostart
-rw-r--r--data/trayfreq.desktop2
-rw-r--r--src/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/trayfreq.desktop b/data/trayfreq.desktop
index ceee9f6..0905549 100644
--- a/data/trayfreq.desktop
+++ b/data/trayfreq.desktop
@@ -3,5 +3,5 @@ Version=1.0
Encoding=UTF-8
Name=trayfreq
GenericName=trayfreq
-Exec=/usr/local/bin/trayfreq
+Exec=/usr/bin/trayfreq
Type=Application
diff --git a/src/Makefile b/src/Makefile
index f4895fb..d7f69d8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@ VERSION = 0.2
trayfreq_SOURCES = getcore.c getcore.h getfreq.c getfreq.h getgov.c getgov.h tray.c tray.h trayfreq.c utilities.c utilities.h widget_manager.c widget_manager.h trayfreq_set_interface.c trayfreq_set_interface.h config_file.c config_file.h defaults.c defaults.h getbat.c getbat.h bat_tray.c bat_tray.h
#trayfreq_SOURCES = getcore.c getcore.h getfreq.c getfreq.h getgov.c getgov.h tray.c tray.h trayfreq.c utilities.c utilities.h widget_manager.c widget_manager.h config_file.c config_file.h defaults.c defaults.h getbat.c getbat.h bat_tray.c bat_tray.h
-trayfreq_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -Wall -mfpmath=387
+trayfreq_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -Wall -mfpmath=387
trayfreq_LDFLAGS = $(GTK_LIBS) $(GLIB_LIBS) -lm