From 85eff247b2ea97e967156a65a55ca90918dedc1f Mon Sep 17 00:00:00 2001 From: Etienne Renault Date: Fri, 20 Jul 2018 16:56:19 +0200 Subject: [PATCH] HACKING: directory has moved * HACKING: Here. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index b8a44ff8c..6d8ad16c3 100644 --- a/HACKING +++ b/HACKING @@ -350,7 +350,7 @@ Exporting symbols * If a symbol could be used by several modules of the library but should still be private to the library, use a *.hh/*.cc pair of files, but list both files in the _SOURCES variable of that - directory (see for instance weight.hh in tgbaalgos/Makefile.am). + directory (see for instance weight.hh in priv/Makefile.am). This will ensure that the header is not installed. Needless to say, no public header should include such a private header.