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

Collapse All | Expand All

(-)iulib-0.4.orig/genAM.py (-2 / +4 lines)
Lines 25-31 print """# Copyright 2008 Deutsches Fors Link Here
25
# Primary Repository: http://ocropus.googlecode.com/svn/trunk/
25
# Primary Repository: http://ocropus.googlecode.com/svn/trunk/
26
# Web Sites: www.iupr.org, www.dfki.de
26
# Web Sites: www.iupr.org, www.dfki.de
27
27
28
AM_CPPFLAGS = -I$(srcdir)/colib -I$(srcdir)/imgio -I$(srcdir)/imglib
28
AM_CPPFLAGS = -I$(srcdir)/colib -I$(srcdir)/imgio -I$(srcdir)/imglib \
29
		-I$(srcdir)/imgbits -I$(srcdir)/utils -I$(srcdir)/vidio
29
30
30
includedir = ${prefix}/include/iulib
31
includedir = ${prefix}/include/iulib
31
colibdir = ${prefix}/include/colib
32
colibdir = ${prefix}/include/colib
Lines 74-80 for t in tests: Link Here
74
    tName = os.path.basename(t)[:-3].replace('-','_')
75
    tName = os.path.basename(t)[:-3].replace('-','_')
75
    print tName + "_SOURCES = $(srcdir)/" + t
76
    print tName + "_SOURCES = $(srcdir)/" + t
76
    print tName + "_LDADD = libiulib.a"
77
    print tName + "_LDADD = libiulib.a"
77
    print tName + "_CPPFLAGS = -I$(srcdir)/colib -I$(srcdir)/imgio -I$(srcdir)/imglib"
78
    print tName + "_CPPFLAGS = -I$(srcdir)/colib -I$(srcdir)/imgio -I$(srcdir)/imglib \
79
		-I$(srcdir)/imgbits -I$(srcdir)/utils -I$(srcdir)/vidio"
78
80
79
81
80
82

Return to bug 297326