Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22772
Collapse All | Expand All

(-)gai-0.4.1a/src/Makefile.in (-1 / +1 lines)
Lines 5-11 Link Here
5
LDFLAGS = --shared @GTK_LIBS@ @GNOME_LIBS@
5
LDFLAGS = --shared @GTK_LIBS@ @GNOME_LIBS@
6
CC = @CC@
6
CC = @CC@
7
OBJS = gai.o gai-gnome.o gai-wmapplet.o gai-settings.o gai-pref.o @GNOME_CONFIG@ 
7
OBJS = gai.o gai-gnome.o gai-wmapplet.o gai-settings.o gai-pref.o @GNOME_CONFIG@ 
8
PREFIX = @prefix@
8
PREFIX = ${DESTDIR}@prefix@
9
9
10
all: libgai.so
10
all: libgai.so
11
11

Return to bug 22772