How to know the current directory of configure and how to put it in a include directori

Leopold Palomo Avellaneda lepalom at wol.es
Thu Apr 24 12:03:37 BST 2003


> >
> > Now my question is how I can put it in the var of all_inlcudes values. I
> > have tested to put:
> > USER_INCLUDES="$USER_INCLUDES $SUBDIR"
> >
> > all_libraries="$all_libraries $USER_LDFLAGS"
> > all_includes="$all_includes $USER_INCLUDES"
>
> 	Try it without ""
> all_libraries=$all_libraries $USER_LDFLAGS
> all_includes=$all_includes $USER_INCLUDES

Doesn't work, also I have tried as:
all_includes=$(all_includes) $(USER_INCLUDES)

and neither.

Any ideas.

I know that I can manually modify all the Makefile.am and put:

INCLUDES = $(all_includes) $(USER_INCLUDES)

but there's no other option?


regards,

Leo

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list