move wrapper code to own directory

This commit is contained in:
idk 2021-06-24 09:35:42 -04:00
parent f5db34b98b
commit f9d9aa0306
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
6 changed files with 16 additions and 0 deletions

View file

@ -21,4 +21,6 @@ LIB_CLIENT_SRC = $(wildcard $(LIB_CLIENT_SRC_DIR)/*.cpp)
LANG_SRC = $(wildcard $(LANG_SRC_DIR)/*.cpp)
WRAP_LIB_SRC = $(wildcard $(WRAP_SRC_DIR)/*.cpp)
DAEMON_SRC = $(wildcard $(DAEMON_SRC_DIR)/*.cpp)