davidm
Forum Newbie

Got Viz?
Posts: 15
|
Here's a patch (also attached) that I think will fix the "dxconfig.h-in-tarball" problem... Index: include/Makefile.am =================================================================== RCS file: /src/master/dx/include/Makefile.am,v retrieving revision 1.6 diff -u -r1.6 Makefile.am --- include/Makefile.am 29 Jun 2001 13:08:15 -0000 1.6 +++ include/Makefile.am 31 Mar 2006 23:07:55 -0000 @@ -1,3 +1,4 @@ dxincdir = $(prefix)/dx/include SUBDIRS = dx -dxinc_HEADERS = dxl.h dxconfig.h dxstereo.h +dxinc_HEADERS = dxl.h dxstereo.h +nodist_dxinc_HEADERS = dxconfig.h Dave
|