diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-23 17:33:17 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-23 17:33:17 +0100 |
commit | 03dcd5d78a8cd5a9706f174f32cdfe8649272904 (patch) | |
tree | 2e84bc0e471d47c9ad1c3b1ca2d8e07d3ff65b59 | |
parent | Move RandR code to separate file. (diff) | |
download | redshift-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.am | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-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/redshift.c b/src/redshift.c index 70bc4fa..70bc4fa 100644 --- a/redshift.c +++ b/src/redshift.c |