From 844a48da2d670be95a62a582aab73ad8145040e2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 16:38:44 +0100 Subject: Unify header files (so far most) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c906e20..b2841d3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,6 +3,7 @@ CONFIGFILE = config.mk include $(CONFIGFILE) + OBJ =\ colorramp.o\ config-ini.o\ @@ -21,10 +22,16 @@ OBJ =\ solar.o\ systemtime.o -HDR = $(OBJ:.o=.h) +HDR =\ + common.h\ + solar.h\ + redshift.h\ + options.h\ + config-ini.h PACKAGE_STRING = redshift-ng 1.13 + all: redshift $(OBJ): $(HDR) -- cgit v1.2.3-70-g09d2