Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155587 | Differences between
and this patch

Collapse All | Expand All

(-)lcdproc-0.5.1-orig/clients/lcdexec/Makefile.am (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
lcdexec_SOURCES = lcdexec.c menu.c menu.h
7
lcdexec_SOURCES = lcdexec.c menu.c menu.h
8
8
9
lcdexec_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
9
lcdexec_LDADD = ../../shared/libLCDstuff.a @ldap_libs@  
10
10
11
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\"
11
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\"
12
12
(-)lcdproc-0.5.1-orig/clients/lcdproc/Makefile.am (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
lcdproc_SOURCES = main.c main.h mode.c mode.h batt.c batt.h chrono.c chrono.h cpu.c cpu.h cpu_smp.c cpu_smp.h disk.c disk.h load.c load.h mem.c mem.h eyebox.c eyebox.h machine.h machine_Linux.c machine_OpenBSD.c machine_FreeBSD.c machine_NetBSD.c machine_Darwin.c machine_SunOS.c util.c util.h iface.c iface.h
7
lcdproc_SOURCES = main.c main.h mode.c mode.h batt.c batt.h chrono.c chrono.h cpu.c cpu.h cpu_smp.c cpu_smp.h disk.c disk.h load.c load.h mem.c mem.h eyebox.c eyebox.h machine.h machine_Linux.c machine_OpenBSD.c machine_FreeBSD.c machine_NetBSD.c machine_Darwin.c machine_SunOS.c util.c util.h iface.c iface.h
8
8
9
lcdproc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
9
lcdproc_LDADD = ../../shared/libLCDstuff.a @ldap_libs@ 
10
10
11
if DARWIN
11
if DARWIN
12
AM_LDFLAGS = -framework CoreFoundation -framework IOKit
12
AM_LDFLAGS = -framework CoreFoundation -framework IOKit
(-)lcdproc-0.5.1-orig/clients/lcdvc/Makefile.am (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
lcdvc_SOURCES = lcdvc.c lcdvc.h lcd_link.c lcd_link.h vc_link.c vc_link.h 
7
lcdvc_SOURCES = lcdvc.c lcdvc.h lcd_link.c lcd_link.h vc_link.c vc_link.h 
8
8
9
lcdvc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
9
lcdvc_LDADD = ../../shared/libLCDstuff.a @ldap_libs@  
10
10
11
if DARWIN
11
if DARWIN
12
AM_LDFLAGS = -framework CoreFoundation -framework IOKit
12
AM_LDFLAGS = -framework CoreFoundation -framework IOKit
(-)lcdproc-0.5.1-orig/server/Makefile.am (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
LCDd_SOURCES= client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h
7
LCDd_SOURCES= client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h
8
8
9
LDADD = @ldap_libs@ ../shared/libLCDstuff.a commands/libLCDcommands.a
9
LDADD = ../shared/libLCDstuff.a commands/libLCDcommands.a @ldap_libs@
10
10
11
if !DARWIN
11
if !DARWIN
12
AM_LDFLAGS = -rdynamic -uget_args
12
AM_LDFLAGS = -rdynamic -uget_args

Return to bug 155587