summaryrefslogtreecommitdiff
path: root/build/Makefile.am
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 01:17:19 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 20:28:48 -0500
commitd89fdb230b9160ea7b09cb29f2e7789025a32ee6 (patch)
tree535fcd71ba7e5893d1d33e2cf79842c69f47f093 /build/Makefile.am
parentda76da6c95fedf6014b69ed475cce074ad0afda9 (diff)
Fix include paths
They are relative to the Makefile instead of the source file itself, which is unintuitive and is messing with my IDE.
Diffstat (limited to 'build/Makefile.am')
-rw-r--r--build/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index c0e59645..ea844b3f 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -10,5 +10,5 @@ include ../toxencryptsave/Makefile.inc
10include ../toxav/Makefile.inc 10include ../toxav/Makefile.inc
11include ../other/Makefile.inc 11include ../other/Makefile.inc
12include ../testing/Makefile.inc 12include ../testing/Makefile.inc
13include ../other/bootstrap_daemon/Makefile.inc 13include ../other/bootstrap_daemon/src/Makefile.inc
14include ../auto_tests/Makefile.inc 14include ../auto_tests/Makefile.inc