Create a sensible solution to the libxtra path problem.

This commit is contained in:
hpa 2004-01-14 18:37:56 +00:00
parent d05bd6fa96
commit 0740f97365
2 changed files with 16 additions and 3 deletions

View file

@ -15,6 +15,10 @@
## Basic Makefile definitions
##
# Source and object root
SRCROOT = @SRCROOT@
OBJROOT = @OBJROOT@
# Prefixes
prefix = @prefix@
exec_prefix = @exec_prefix@