Jan Engelhardt wrote: > CC ccgfs_mount-mount.o ( mount.o ) > CC ccgfs_mount-packet.o ( packet.o )
Your Makefile.am defines ccgfs_mount_CFLAGS. > CC storage.o ( ccgfs_storage-storage.o ) > CC packet.o ( ccgfs_storage-packet.o ) Your Makefile.am doesn't define any ccgfs_storage_*FLAGS. > I either expected all .o files to have the program prefix, or none at all. > Hints, as to why this happens? And/or why is mount.o compiled twice - > there is no libtool involved at all. See <http://www.gnu.org/software/automake/manual/html_node/renamed-objects.html>. Brian