diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-18 19:12:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-18 19:12:41 -0800 |
commit | 467137113c8b3d6bcb73ecff8c76f23793f25cb7 (patch) | |
tree | ecf3064d6587ec875d5c021d46d44855dc814212 /configure.ac | |
parent | ee2073d4e411555aba878277131b56f7eb562c84 (diff) | |
parent | 404a356b2b22a134aea151145d1baabf253ee491 (diff) |
Merge build system cleanups
- Move source to src/ subdir
- Use $(top_srcdir)/src instead of ../../
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index b7d0836..60f031a 100644 --- a/configure.ac +++ b/configure.ac @@ -15,10 +15,11 @@ CC="$PTHREAD_CC" AC_CONFIG_FILES([ Makefile - modules/Makefile - modules/ray/Makefile - modules/roto/Makefile - modules/sparkler/Makefile - modules/stars/Makefile + src/Makefile + src/modules/Makefile + src/modules/ray/Makefile + src/modules/roto/Makefile + src/modules/sparkler/Makefile + src/modules/stars/Makefile ]) AC_OUTPUT |