]> git.ozlabs.org Git - petitboot/commit
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)
commit434a6c9c100bc8daca1e6c41137f993d88f20fe3
tree073d5f0aa428ac455de79fe839290723a3bf5e8a
parent203254ec7ca2352e898acc9ac5c971bcbf630720
discover: Fix automake warnings

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>
discover/Makefile.am
test/parser/Makefile.am