muscle: Also add headers to the _devel package

I'm not sure which ones we need, so I'll put them all for now.
This commit is contained in:
François Revol
2014-07-26 17:24:16 +02:00
parent 4b3dec5d6f
commit 8782307b80

View File

@@ -63,7 +63,17 @@ INSTALL()
cp muscled $binDir
cp admin $binDir/muscled-admin
mkdir -p $developLibDir
mkdir -p $includeDir/muscle
cp libmuscle.a $developLibDir
cd ..
#XXX: do we really need all of those?
for d in message besupport dataio iogateway reflector regex \
util syslog system zlib zlib/zlib; do
mkdir -p $includeDir/muscle/$d
cp $d/*.h $includeDir/muscle/$d
done
packageEntries devel \
$developDir
}