aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile9
1 files changed, 8 insertions, 1 deletions
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)