Complete.Org: Mailing Lists: Archives: freeciv-dev: October 1998:
[Freeciv-Dev] automake client/Makefile.in problem
Home

[Freeciv-Dev] automake client/Makefile.in problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxxx
Subject: [Freeciv-Dev] automake client/Makefile.in problem
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Sun, 25 Oct 1998 14:52:23 +1100

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 <=