Skip to content
Snippets Groups Projects
Commit c9771b56 authored by g0dil's avatar g0dil
Browse files

Add missing install of 'AllBundles.o'

parent 748eea07
No related branches found
No related tags found
No related merge requests found
......@@ -54,5 +54,9 @@ SENFSCons.AutoRules(env, doc_extra_sources = [
env.PkgDraw("MPEGDVBBundle/SNDUPacket.hh"),
env.PkgDraw("MPEGDVBBundle/TransportPacket.hh"),
])
env.Default(env.CombinedObject('${LOCALLIBDIR}/${NAME}${OBJADDSUFFIX}', env['PACKET_BUNDLES'],
NAME="AllBundles"))
cobject = env.CombinedObject('${LOCALLIBDIR}/${NAME}${OBJADDSUFFIX}', env['PACKET_BUNDLES'],
NAME="AllBundles")
env.Default(cobject)
env.Install('${OBJINSTALLDIR}', cobject)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment