From 03dcd5d78a8cd5a9706f174f32cdfe8649272904 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 23 Dec 2009 17:33:17 +0100 Subject: Move source and headers to src dir. --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5284435..b77ebfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,10 @@ bin_PROGRAMS = redshift redshift_SOURCES = \ - redshift.c \ - colorramp.c colorramp.h \ - randr.c randr.h \ - solar.c solar.h + src/redshift.c \ + src/colorramp.c src/colorramp.h \ + src/randr.c src/randr.h \ + src/solar.c src/solar.h AM_CFLAGS = $(XCB_CFLAGS) redshift_LDADD = -lm $(XCB_LIBS) $(XCB_CFLAGS) -- cgit v1.2.3-70-g09d2