app_server: Move DWindowHWInterface and ViewHWInterface to a subdirectory.

AccelerantHWInterface and the Remote engines already did this.
These are not used at all outside of test_app_server, so we do not
need to even compile them in to the regular one.
This commit is contained in:
Augustin Cavalier
2022-07-06 17:56:12 -04:00
parent 40d99076df
commit a68b6c2579
7 changed files with 1 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ SEARCH_SOURCE += [ FDirName $(appServerDir) decorator ] ;
SEARCH_SOURCE += [ FDirName $(appServerDir) drawing ] ;
SEARCH_SOURCE += [ FDirName $(appServerDir) drawing Painter ] ;
SEARCH_SOURCE += [ FDirName $(appServerDir) drawing interface remote ] ;
SEARCH_SOURCE += [ FDirName $(appServerDir) drawing interface virtual ] ;
SEARCH_SOURCE += [ FDirName $(appServerDir) font ] ;
SharedLibrary libhwinterface.so :