On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote:
[snip]
> Might I be tripping over some bug that occurs when the subdirectory name
> is the same as the built executable?
The addition of
CLEANFILES = openvrml-xembed/.libs/openvrml-xembed
has worked around the problem. Suboptima
I have 4 targets defined in my program. Three are binaries and one is a
library. One of those programs depends on the library being built and
installed in it's proper location in the system with it's corredpondant
header files. When I try to issue "make install libprogram.la" for example,
it exp
src/Makefile.am has the following:
if ENABLE_XEMBED
libexec_PROGRAMS = openvrml-xembed/openvrml-xembed
endif
openvrml_xembed_openvrml_xembed_CPPFLAGS = \
-I$(top_srcdir)/lib/gtkglext \
-I$(top_builddir)/lib/gtkglext \