automake
[Top][All Lists]
Advanced

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

AM with data files - simple question


From: David Ohlemacher
Subject: AM with data files - simple question
Date: Mon, 12 Sep 2005 12:55:51 -0400
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Hi all,

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.

Thanks,
-d


My real aim is:

Given:
~/myproj/icon1.png
~/myproj/icon2.png
~/myproj/src/ source files

Do this:
cd ~/myproj
make -f Makefile.cvs
cd ~/myproj/debug
../configure
make

Get:
~/myproj/debug/src/myexecutable
~/myproj/debug/icons/icon1.png
~/myproj/debug/icons/icon2.png




reply via email to

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