summaryrefslogtreecommitdiff
path: root/etc/import/TARGETS.zlib
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/TARGETS.zlib')
-rw-r--r--etc/import/TARGETS.zlib14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/import/TARGETS.zlib b/etc/import/TARGETS.zlib
index 27f7bf5b..0b85bea6 100644
--- a/etc/import/TARGETS.zlib
+++ b/etc/import/TARGETS.zlib
@@ -41,15 +41,20 @@
, "compress.c"
, "crc32.c"
, "deflate.c"
- , "infback.c"
- , "inffast.c"
+ , "gzclose.c"
+ , "gzlib.c"
+ , "gzread.c"
+ , "gzwrite.c"
, "inflate.c"
+ , "infback.c"
, "inftrees.c"
+ , "inffast.c"
, "trees.c"
, "uncompr.c"
, "zutil.c"
]
- , "hdrs":
+ , "hdrs": ["zlib.h", "zconf.h"]
+ , "private-hdrs":
[ "crc32.h"
, "deflate.h"
, "gzguts.h"
@@ -58,9 +63,8 @@
, "inflate.h"
, "inftrees.h"
, "trees.h"
- , "zconf.h"
- , "zlib.h"
, "zutil.h"
]
+ , "private-cflags": ["-Wno-implicit-function-declaration"]
}
}