diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-11 23:15:01 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-11 23:15:01 +0100 |
commit | 2c877b3db01e21be5c4796238e4053f8abb04abf (patch) | |
tree | d229297963b2b82fbd850450c3adfef9c6177393 /configure.ac | |
parent | gtk-redshift: Use absolute path when launching redshift process. (diff) | |
download | redshift-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.ac | 2 |
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 |