diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-10 21:31:33 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-05-10 21:31:33 +1200 |
commit | a770748b16a0d357f9a9947e70d095688c9fe3fc (patch) | |
tree | 98ad476737a1e1d6cc60be44ef68f3220c5f4c7b /Makefile | |
parent | ef8751c0d69860d73263106b1771df2c6d9266b3 (diff) | |
download | paramano-a770748b16a0d357f9a9947e70d095688c9fe3fc.tar.xz |
Header/includes tidy-up
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -22,7 +22,6 @@ DEPS = bat_tray.h \ trayfreq.h \ tray.h \ trayfreq_set_interface.h -# widget_manager.h GLIB_CFLAGS = -I/usr/include/glib-2.0 \ @@ -46,7 +45,6 @@ trayfreq_SOURCES = freq_tray/getcore.c \ freq_tray/getgov.c \ tray.c \ trayfreq.c \ - widget_manager.c \ trayfreq_set/trayfreq_set_interface.c \ config_file.c \ defaults.c \ @@ -79,8 +77,7 @@ trayfreq: bat_tray.o \ reload.o \ trayfreq.o \ tray.o \ - trayfreq_set_interface.o \ - widget_manager.o + trayfreq_set_interface.o $(CC) -o $@ $? $(trayfreq_LDFLAGS) ######################################################################## |