diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 13:02:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 13:02:21 (EDT) |
commit | 99e7c7539d932c8283941dff1a2e63a75cabce31 (patch) | |
tree | 647a07738865c62eb03e1be884f362e21372d01c /opkg-opk/local.mk | |
parent | 351fc50f385f6b6cac0571355b910377bd077781 (diff) |
opkg-opk: Use common error functions
And translate a couple missing strings.
Diffstat (limited to 'opkg-opk/local.mk')
-rw-r--r-- | opkg-opk/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opkg-opk/local.mk b/opkg-opk/local.mk index 6653839..cbab94e 100644 --- a/opkg-opk/local.mk +++ b/opkg-opk/local.mk @@ -1,5 +1,7 @@ opkg_opk_opkg_opk_SOURCES += \ common/defs.h \ + common/error.c \ + common/error.h \ %reldir%/dirent.c \ %reldir%/dirent.h \ %reldir%/gzip.c \ |