diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-10 21:31:33 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-06 20:29:41 +1200 |
commit | 9725d0eba0ed73572fbe4b65d8e0e34b5bed4ca1 (patch) | |
tree | e580a1f3aa3f4a9e874e52eeaa8c006d6ae90496 /Makefile | |
parent | e1fe132036360bcad6da4ffc25a15bde988a3b57 (diff) | |
download | paramano-9725d0eba0ed73572fbe4b65d8e0e34b5bed4ca1.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 \ @@ -47,7 +46,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 \ @@ -80,8 +78,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) ######################################################################## |