Hello,
attached is a small patch to have a correct build when the build
directory is not the same as the source directory.
Good day.
Olivier
--
Olivier Bornet SMARTDATA SA
[EMAIL PROTECTED] Centre du Parc
http://www.smartdata.ch av. des Pr�s-Beudin 20
Phone +41-27-723'55'03 1920 Martigny
Fax +41-27-723'55'19 Phone +41-27-723'55'18
Index: thdump/Makefile.am
===================================================================
RCS file: /cvsroot/pgui/themetools/thdump/Makefile.am,v
retrieving revision 1.1
diff -r1.1 Makefile.am
8c8
< MKSYMTAB := perl mksymtab.pl
---
> MKSYMTAB := perl $(srcdir)/mksymtab.pl
10c10
< symtab.c : $(CONSTANTS) mksymtab.pl
---
> symtab.c : $(CONSTANTS) $(srcdir)/mksymtab.pl
15c15
< EXTRA_DIST = mksymtab.pl
---
> EXTRA_DIST = $(srcdir)/mksymtab.pl
Index: themec/Makefile.am
===================================================================
RCS file: /cvsroot/pgui/themetools/themec/Makefile.am,v
retrieving revision 1.1
diff -r1.1 Makefile.am
10c10
< MKSYMTAB := perl mksymtab.pl
---
> MKSYMTAB := perl $(srcdir)/mksymtab.pl
18c18
< EXTRA_DIST = mksymtab.pl
---
> EXTRA_DIST = $(srcdir)/mksymtab.pl
20c20
< symtab.c : $(CONSTANTS) mksymtab.pl
---
> symtab.c : $(CONSTANTS) $(srcdir)/mksymtab.pl