aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-02-11 23:15:01 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-02-11 23:15:01 +0100
commit2c877b3db01e21be5c4796238e4053f8abb04abf (patch)
treed229297963b2b82fbd850450c3adfef9c6177393 /configure.ac
parentgtk-redshift: Use absolute path when launching redshift process. (diff)
downloadredshift-ng-2c877b3db01e21be5c4796238e4053f8abb04abf.tar.gz
redshift-ng-2c877b3db01e21be5c4796238e4053f8abb04abf.tar.bz2
redshift-ng-2c877b3db01e21be5c4796238e4053f8abb04abf.tar.xz
Switch to heirarchial makefiles. Seems to be the only way to make
distcheck happy :(
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5a743ac..feb8234 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,8 @@ AC_CHECK_FUNCS([setlocale strchr floor pow clock_gettime])
AC_CONFIG_FILES([
Makefile
po/Makefile.in
+ src/Makefile
+ src/gtk-redshift/Makefile
])
AC_OUTPUT