mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
9498d044f8
- New (optional) dependency on the libconfig library, to save/load configuration files. - On Unix, the location of the configuration file respects the XDG Base Directory Specification. - The contrib system automatically fetches and builds libconfig for Windows cross-compilation - Fixed make distcheck
10 lines
212 B
Makefile
10 lines
212 B
Makefile
# Install the desktop icon (at least for Gnome)
|
|
|
|
shortcutdir = $(datadir)/applications
|
|
shortcut_DATA = eliot.desktop
|
|
|
|
icondir = $(datadir)/icons
|
|
icon_DATA = eliot.xpm
|
|
|
|
EXTRA_DIST = $(shortcut_DATA) $(icon_DATA)
|
|
|