[Powertop] [PATCH 1/3] Remove unknown symbol
Magnus Fromreide <magfr at lysator.liu.se> Mon, 21 May 2012 21:39:47 +0200
| Newsgroups | dev.linux.lists.powertop |
|---|---|
| Message-ID | <1337631427.2616.0.camel@sara> |
Nothing sets the symbol NCURES_LIBS and NCURSES_LIBS is already in the link line, so this patch removes the misspelled version. Signed-off-by: Magnus Fromreide <magfr(a)lysator.liu.se> --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b396691..e26c8bc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ powertop_CPPFLAGS = -D_FORTIFY_SOURCE=2 $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(L powertop_LDADD = ../pevent/libparseevent.la -AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(NCURES_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS) +AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS) BUILT_SOURCES = css.h CLEANFILES = css.h -- 1.7.10