diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 12:04:37 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 12:27:47 (EDT) |
commit | 2615b187c5e446bcba965f21def342e313656201 (patch) | |
tree | 5e247ac9d6499097f7435cd6de22b2b8daa09309 /opkg-opk/local.mk | |
parent | 4bc1fe19d8cb13cb0d36bf7c213dcf6839e82a46 (diff) |
Deduplicate defs.h under common/
And add `-I"$(top_srcdir)/common"` to CPPFLAGS.
Diffstat (limited to 'opkg-opk/local.mk')
-rw-r--r-- | opkg-opk/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opkg-opk/local.mk b/opkg-opk/local.mk index 5fbfd8e..6653839 100644 --- a/opkg-opk/local.mk +++ b/opkg-opk/local.mk @@ -1,5 +1,5 @@ opkg_opk_opkg_opk_SOURCES += \ - %reldir%/defs.h \ + common/defs.h \ %reldir%/dirent.c \ %reldir%/dirent.h \ %reldir%/gzip.c \ |