Move util/data into modules/src/em_data, for consistency with the other

modules.
This commit is contained in:
David Given
2016-08-14 14:09:38 +02:00
parent 38fa6941d5
commit 4d24666432
17 changed files with 21 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ cprogram {
"+cggparser", -- for .h file
"+cgglexer", -- for .h file
"h+emheaders",
"util/data+em_data",
"modules/src/em_data+lib",
}
}