[Freeciv-Dev] automake client/Makefile.in problem
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The client/Makefile.in contains the line:
> DEFS = @DEFS@ -I. -I$(srcdir) -DFREECIV_DATADIR=\"$(pkgdatadir)\"
which is a problem because Makefile.in should be autogenerated from
Makefile.am with automake, but this line is not. The automake-generated
line is just:
> DEFS = @DEFS@ -I. -I$(srcdir)
Does anyone know how to get the same effect properly using Makefile.am ?
-- David
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] automake client/Makefile.in problem,
David Pfitzner <=
|
|