Fix compilation of libust-initializer.o
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 14 Dec 2009 07:06:18 +0000 (02:06 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 14 Dec 2009 07:06:18 +0000 (02:06 -0500)
The explicit rule in /Makefile.am to build libust-initializer.o was
not being considered. This is because programs that depend on it
were being built before it, triggering the use of an implicit rule
to build it.

Changing SUBDIRS in /Makefile.am to include "." insures
libust-initializer.o is built first with the right rule.


No differences found
This page took 0.029697 seconds and 4 git commands to generate.