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

Collapse All | Expand All

(-)gwave2-20090213.orig/src/Makefile.am (-2 / +1 lines)
Lines 15-22 Link Here
15
	rgeval.c xgserver.c measurebtn.c measurebtn.h \
15
	rgeval.c xgserver.c measurebtn.c measurebtn.h \
16
	GtkTable_indel.c GtkTable_indel.h  xsnarf.h
16
	GtkTable_indel.c GtkTable_indel.h  xsnarf.h
17
17
18
gwave_LDADD = ../spicefile/libspicefile.a  @GTK_LIBS@ @GUILE_GNOME_LIBS@ 
18
gwave_LDADD = ../spicefile/libspicefile.a  @GTK_LIBS@ @GUILE_GNOME_LIBS@ @GUILE_LDFLAGS@
19
gwave_LDFLAGS =  @GUILE_LDFLAGS@
20
19
21
AM_CFLAGS = @GTK_CFLAGS@ @GUILE_CFLAGS@ @GUILE_GNOME_CFLAGS@ \
20
AM_CFLAGS = @GTK_CFLAGS@ @GUILE_CFLAGS@ @GUILE_GNOME_CFLAGS@ \
22
	-DDATADIR=\"$(datadir)\" -DBINGWAVE=\"$(bindir)/gwave\"
21
	-DDATADIR=\"$(datadir)\" -DBINGWAVE=\"$(bindir)/gwave\"
(-)gwave2-20090213.orig/spicefile/Makefile.am (-4 / +2 lines)
Lines 10-20 Link Here
10
10
11
noinst_PROGRAMS = test_read
11
noinst_PROGRAMS = test_read
12
test_read_SOURCES =  test_read.c
12
test_read_SOURCES =  test_read.c
13
test_read_LDFLAGS = @GTK_LIBS@
13
test_read_LDADD = libspicefile.a @GTK_LIBS@
14
test_read_LDADD = libspicefile.a
15
14
16
bin_PROGRAMS=sp2sp
15
bin_PROGRAMS=sp2sp
17
sp2sp_SOURCES=sp2sp.c
16
sp2sp_SOURCES=sp2sp.c
18
sp2sp_LDFLAGS= @GTK_LIBS@
17
sp2sp_LDADD= libspicefile.a @GKT_LIBS@
19
sp2sp_LDADD= libspicefile.a
20
18

Return to bug 248351