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)
commit89edbbc3ab8ae58e3c6d9c47e7a123f1514d0338
treea6279b354d45bc1b81587553f61b2741f1e3fd8e
parentfc1f31abdc05e2211bfe1fb13cef2091a5e68d23
Fix compilation of libust-initializer.o

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.
Makefile.am
This page took 0.023274 seconds and 4 git commands to generate.