Oops. Two header files moved.

This commit is contained in:
Scott Duensing 2021-11-21 21:25:32 -06:00
parent 1d7dc89a8a
commit 3cf71f1525
3 changed files with 2 additions and 2 deletions

View file

@ -40,8 +40,8 @@ HEADERS = \
$$SHARED/log.h \ $$SHARED/log.h \
$$SHARED/memory.h \ $$SHARED/memory.h \
$$SHARED/util.h \ $$SHARED/util.h \
database.h \ src/database.h \
os.h src/os.h
SOURCES = \ SOURCES = \
$$SHARED/thirdparty/memwatch/memwatch.c \ $$SHARED/thirdparty/memwatch/memwatch.c \