summaryrefslogtreecommitdiffstats
path: root/opkg-opk/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 11:41:11 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 11:41:11 (EDT)
commit4bc1fe19d8cb13cb0d36bf7c213dcf6839e82a46 (patch)
treee2f8fb756814c75ca5a3b9c28d7e5b1cb38ec0a3 /opkg-opk/local.mk
parent4cea4ecbfd27152cd3b6e6dfc3ca1ca0cf03c7fc (diff)
Rename src/ to opkg-opk/
Diffstat (limited to 'opkg-opk/local.mk')
-rw-r--r--opkg-opk/local.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/opkg-opk/local.mk b/opkg-opk/local.mk
new file mode 100644
index 0000000..5fbfd8e
--- /dev/null
+++ b/opkg-opk/local.mk
@@ -0,0 +1,16 @@
+opkg_opk_opkg_opk_SOURCES += \
+ %reldir%/defs.h \
+ %reldir%/dirent.c \
+ %reldir%/dirent.h \
+ %reldir%/gzip.c \
+ %reldir%/gzip.h \
+ %reldir%/i18n.h \
+ %reldir%/main.c \
+ %reldir%/opk.c \
+ %reldir%/opk.h \
+ %reldir%/specials.c \
+ %reldir%/specials.h \
+ %reldir%/ustar.c \
+ %reldir%/ustar.h
+
+include %reldir%/opk/local.mk