Update object files

This commit is contained in:
Lakindu Akash 2021-10-13 06:00:24 +05:30
parent 5d0ec9dfae
commit 211610d3e7
No known key found for this signature in database
GPG Key ID: 6FB0085A614E0AC2

View File

@ -16,7 +16,7 @@ GLIB_COMPILE_RESOURCES = $(shell $(PKGCONFIG) --variable=glib_compile_resources
BUILT_SRC = resources.c
_OBJ = main.o ui.o h_prop.o util.o read_config.o about_ui.o $(BUILT_SRC:.c=.o)
_OBJ = main.o ui.o h_prop.o util.o read_config.o about_ui.o qr_ui.o $(BUILT_SRC:.c=.o)
OBJ = $(patsubst %,$(ODIR)/%,$(_OBJ))
# Determine this makefile's path.