automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AM with data files - simple question


From: Stepan Kasal
Subject: Re: AM with data files - simple question
Date: Tue, 13 Sep 2005 11:45:34 +0200
User-agent: Mutt/1.4.1i

On Mon, Sep 12, 2005 at 12:55:51PM -0400, David Ohlemacher wrote:
> How do you install data files?     I tried this:
> 
> mydatadir = icons
> dist_mydata_DATA = icon1.png icon2.png
> 
> I got no errors, but no icons directory either.

you have to specify the full path to the directory, eg.:

mydatadir = $(datadir)/icons

or

mydatadir = $(prefix)/share/gui-crap/icons

or whatever.

HTH,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]