]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Hook up archive_rb.[ch] to the build.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Wed, 28 Apr 2010 18:16:39 +0000 (14:16 -0400)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Wed, 28 Apr 2010 18:16:39 +0000 (14:16 -0400)
SVN-Revision: 2336

Makefile.am
libarchive/CMakeLists.txt

index 8c057191cd3b83e819094f8d5ef814929d9e9df5..656c2990cfb583d6af99792f4bd755ca388d0fed 100644 (file)
@@ -107,6 +107,8 @@ libarchive_la_SOURCES=                                              \
        libarchive/archive_hash.h                               \
        libarchive/archive_platform.h                           \
        libarchive/archive_private.h                            \
+       libarchive/archive_rb.c                                 \
+       libarchive/archive_rb.h                                 \
        libarchive/archive_read.c                               \
        libarchive/archive_read_data_into_fd.c                  \
        libarchive/archive_read_disk.c                          \
index 139f30b3561c972aeb1f2dd27de78842645c36cb..5459c6acc1ac96457e6a948acf168afac5a22b34 100644 (file)
@@ -27,6 +27,8 @@ SET(libarchive_SOURCES
   archive_hash.h
   archive_platform.h
   archive_private.h
+  archive_rb.c
+  archive_rb.h
   archive_read.c
   archive_read_data_into_fd.c
   archive_read_disk.c