diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:50:02 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:50:02 (GMT) |
commit | 70ed4dc99c75c13797b41164959c753ffbc4572b (patch) | |
tree | 8bec4c31b19e732ec20d778434404ad96a059a67 /src/arch/operands/Makefile.am | |
parent | 41f0c0f9089ec941ceb70e2a6ad1b958483eb2ae (diff) |
Perform small code updates for operands.
Diffstat (limited to 'src/arch/operands/Makefile.am')
-rw-r--r-- | src/arch/operands/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/operands/Makefile.am b/src/arch/operands/Makefile.am index 9dc3b2f..3d9cbde 100644 --- a/src/arch/operands/Makefile.am +++ b/src/arch/operands/Makefile.am @@ -21,14 +21,14 @@ libarchoperands_la_SOURCES = \ register-int.h \ register.h register.c -libarchoperands_la_CFLAGS = $(TOOLKIT_CFLAGS) +libarchoperands_la_CFLAGS = $(LIBGOBJ_CFLAGS) libarchoperandsui_la_SOURCES = \ immediate-ui.h immediate-ui.c \ known-ui.h known-ui.c \ register-ui.h register-ui.c -libarchoperandsui_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBGTK4_CFLAGS) +libarchoperandsui_la_CFLAGS = $(LIBGTK4_CFLAGS) devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) |