From 8cdffcee92181f505d9607e4bee779b8c80a84ba Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 4 Nov 2009 23:53:09 +0100 Subject: Add autotools support. --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..fa339cc --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ + +# redshift +bin_PROGRAMS = redshift + +redshift_SOURCES = \ + redshift.c \ + colortemp.c colortemp.h \ + solar.c solar.h + +AM_CFLAGS = $(XCB_CFLAGS) +redshift_LDADD = -lm $(XCB_LIBS) $(XCB_CFLAGS) -- cgit v1.2.3-70-g09d2