diff options
-rw-r--r-- | data/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index ea8369c1d..e6e536623 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -6,5 +6,6 @@ ADD_SUBDIRECTORY(help) ADD_SUBDIRECTORY(icons) ADD_SUBDIRECTORY(perserver) ADD_SUBDIRECTORY(sfx) +ADD_SUBDIRECTORY(test) ADD_SUBDIRECTORY(themes) ADD_SUBDIRECTORY(translations) diff --git a/data/Makefile.am b/data/Makefile.am index 02b65cda7..1291a85b0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = evol fonts graphics help icons perserver sfx themes tmw translations +SUBDIRS = evol fonts graphics help icons perserver sfx test themes tmw translations EXTRA_DIST = CMakeLists.txt items.xsd |