[crossfire] .desktop file for client is not installed with "make install"

Mark Wedel mwedel at sonic.net
Thu Jun 2 01:57:55 CDT 2005


Andrew Fuchs wrote:
>
     
      client/gtk/crossfire-client.desktop is not installed when "make install" is run.
     
     >
     
     
     >
     
      Cavesomething modified the MakeFile, but ./configure doesn't seem to
     
     >
     
      setup the "datadir" varible.
     
     >
     
     
     

  Most likely is that the gtk/Makefile.in doesn't have any line like 
datadir=@datadir@ for configure to set the appropriate value.

  Configure will substitute hundreds of @...@ variables.  The makefiles are 
generally set up to only set those they actually need.  In the past, the 
makefile within the gtk directory did not need this.

  If you look at the top level makefile (really, makefile.in), it does set this.



    
    


More information about the crossfire mailing list