From e7d8d46e9a7f8590fd89f4b1964778f6b1f57e13 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 10 May 2014 11:32:45 +1200 Subject: First preparations for config reloading on-the-fly --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6397776..11f32f8 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,8 @@ trayfreq_SOURCES = freq_tray/getcore.c \ config_file.c \ defaults.c \ bat_tray/bat_tray.c \ - common.c + common.c \ + reload.c trayfreq_set_CFLAGS = $(GLIB_CFLAGS) -Wall -D_=gettext trayfreq_set_LDFLAGS = $(GLIB_LIBS) -lm -- cgit v1.1