summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/HACKING.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt
index 763d608f..85c9607e 100644
--- a/docs/HACKING.txt
+++ b/docs/HACKING.txt
@@ -102,3 +102,5 @@ necessary.
To denote global variables and functions the lowercase_underscores style may
be used. Hungarian style should be avoided.
+* Whenever you add a new source file somwhere in ./src do not forget to add them
+ in ./src/Makefile.am as well!