]> git.ozlabs.org Git - petitboot/commitdiff
discover: Fix automake warnings
authorGeoff Levand <geoff@infradead.org>
Sun, 30 Jun 2013 20:45:58 +0000 (13:45 -0700)
committerGeoff Levand <geoff@infradead.org>
Sun, 30 Jun 2013 20:45:58 +0000 (13:45 -0700)
Change the Makfile.am relocatable output files from automake _LIBRARIES
to automake _PROGRAMS.  Also, change the output file name extension
from .o to .ro to better show these are relocatable files.

Fixes automake warnings like these:

  discover/Makefile.am: `libparser.o' is not a standard library name
  discover/Makefile.am: did you mean `libparser.a'?

Signed-off-by: Geoff Levand <geoff@infradead.org>

No differences found