Export untar header

Needed for scenery installation helper.
This commit is contained in:
James Turner 2016-06-14 15:12:20 +01:00
parent 516d76d41b
commit fb8b60b6fe
5 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@ set(HEADERS
HTTPMemoryRequest.hxx HTTPMemoryRequest.hxx
HTTPRequest.hxx HTTPRequest.hxx
HTTPRepository.hxx HTTPRepository.hxx
untar.hxx
) )
set(SOURCES set(SOURCES
@ -38,6 +39,7 @@ set(SOURCES
HTTPMemoryRequest.cxx HTTPMemoryRequest.cxx
HTTPRequest.cxx HTTPRequest.cxx
HTTPRepository.cxx HTTPRepository.cxx
untar.cxx
) )
if(ENABLE_DNS) if(ENABLE_DNS)

View File

@ -18,7 +18,6 @@ set(SOURCES
md5.h md5.c md5.h md5.c
ioapi.c ioapi_mem.c ioapi.h ioapi.c ioapi_mem.c ioapi.h
unzip.h unzip.c unzip.h unzip.c
untar.hxx untar.cxx
) )
simgear_component(package package "${SOURCES}" "${HEADERS}") simgear_component(package package "${SOURCES}" "${HEADERS}")

View File

@ -22,8 +22,8 @@
#include <simgear/package/unzip.h> #include <simgear/package/unzip.h>
#include <simgear/package/md5.h> #include <simgear/package/md5.h>
#include <simgear/package/untar.hxx>
#include <simgear/io/untar.hxx>
#include <simgear/structure/exception.hxx> #include <simgear/structure/exception.hxx>
#include <simgear/props/props_io.hxx> #include <simgear/props/props_io.hxx>
#include <simgear/package/Catalog.hxx> #include <simgear/package/Catalog.hxx>