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

(-)Makefile (-3 / +3 lines)
Lines 9-16 Link Here
9
9
10
DISTFILES=gkrellm_radio.c radio.c radio.h videodev.h README Makefile CHANGES
10
DISTFILES=gkrellm_radio.c radio.c radio.h videodev.h README Makefile CHANGES
11
11
12
CC=gcc
12
CC=$(CC)
13
LDFLAGS=
13
LDFLAGS=$(LDFLAGS)
14
OBJS=gkrellm_radio.o radio.o
14
OBJS=gkrellm_radio.o radio.o
15
PLUGIN_DIR ?= /usr/local/lib/gkrellm2/plugins
15
PLUGIN_DIR ?= /usr/local/lib/gkrellm2/plugins
16
INSTALL = install -c
16
INSTALL = install -c
Lines 35-41 Link Here
35
export PACKAGE LOCALEDIR
35
export PACKAGE LOCALEDIR
36
36
37
radio.so: $(OBJS)
37
radio.so: $(OBJS)
38
	$(CC) -shared -Wl -o radio.so $(OBJS) $(LDFLAGS) 
38
	$(CC) -shared -o radio.so $(OBJS) $(LDFLAGS) 
39
	(cd po && ${MAKE} all )
39
	(cd po && ${MAKE} all )
40
40
41
%.o: %.c
41
%.o: %.c

Return to bug 340138