diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 11:09:46 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 11:09:46 (EDT) |
commit | 4cea4ecbfd27152cd3b6e6dfc3ca1ca0cf03c7fc (patch) | |
tree | b8bd16914cfe09649aa552c1b9a38f070656efb9 /src/opk | |
parent | 9f27a737e7f4b720168de81c86714230e3971e49 (diff) |
build: Generate executables in subdirectories
Diffstat (limited to 'src/opk')
-rw-r--r-- | src/opk/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opk/local.mk b/src/opk/local.mk index a4722ba..9335153 100644 --- a/src/opk/local.mk +++ b/src/opk/local.mk @@ -1,4 +1,4 @@ -opkg_opk_SOURCES += \ +src_opkg_opk_SOURCES += \ %reldir%/opk.h \ %reldir%/read.c \ %reldir%/write.c |