From: Geoff Levand Date: Sun, 30 Jun 2013 20:45:58 +0000 (-0700) Subject: discover: Fix automake warnings X-Git-Tag: v1.0.0~560 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=434a6c9c100bc8daca1e6c41137f993d88f20fe3;hp=434a6c9c100bc8daca1e6c41137f993d88f20fe3;ds=sidebyside 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 ---