aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-12-23 17:33:17 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-12-23 17:33:17 +0100
commit03dcd5d78a8cd5a9706f174f32cdfe8649272904 (patch)
tree2e84bc0e471d47c9ad1c3b1ca2d8e07d3ff65b59
parentMove RandR code to separate file. (diff)
downloadredshift-ng-03dcd5d78a8cd5a9706f174f32cdfe8649272904.tar.gz
redshift-ng-03dcd5d78a8cd5a9706f174f32cdfe8649272904.tar.bz2
redshift-ng-03dcd5d78a8cd5a9706f174f32cdfe8649272904.tar.xz
Move source and headers to src dir.
-rw-r--r--Makefile.am8
-rw-r--r--configure.ac2
-rw-r--r--src/colorramp.c (renamed from colorramp.c)0
-rw-r--r--src/colorramp.h (renamed from colorramp.h)0
-rw-r--r--src/randr.c (renamed from randr.c)0
-rw-r--r--src/randr.h (renamed from randr.h)0
-rw-r--r--src/redshift.c (renamed from redshift.c)0
-rw-r--r--src/solar.c (renamed from solar.c)0
-rw-r--r--src/solar.h (renamed from solar.h)0
9 files changed, 5 insertions, 5 deletions
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)
diff --git a/configure.ac b/configure.ac
index 07aaef8..fc29cec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.64])
AC_INIT([redshift], [0.1], [jonlst@gmail.com])
-AC_CONFIG_SRCDIR([redshift.c])
+AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/colorramp.c b/src/colorramp.c
index 2743036..2743036 100644
--- a/colorramp.c
+++ b/src/colorramp.c
diff --git a/colorramp.h b/src/colorramp.h
index e7f5554..e7f5554 100644
--- a/colorramp.h
+++ b/src/colorramp.h
diff --git a/randr.c b/src/randr.c
index 5226b81..5226b81 100644
--- a/randr.c
+++ b/src/randr.c
diff --git a/randr.h b/src/randr.h
index 7efa94c..7efa94c 100644
--- a/randr.h
+++ b/src/randr.h
diff --git a/redshift.c b/src/redshift.c
index 70bc4fa..70bc4fa 100644
--- a/redshift.c
+++ b/src/redshift.c
diff --git a/solar.c b/src/solar.c
index 2d66fff..2d66fff 100644
--- a/solar.c
+++ b/src/solar.c
diff --git a/solar.h b/src/solar.h
index 5897373..5897373 100644
--- a/solar.h
+++ b/src/solar.h