Mercurial > geeqie
annotate plugins/import/Makefile.am @ 1758:8b9bbf92725f
require libchamplain 0.4
- check for libchamplain 0.4
- dropped libchamplain 0.3.x support
http://sourceforge.net/tracker/index.php?func=detail&aid=2861847&group_id=222125&atid=1054680
author | nadvornik |
---|---|
date | Fri, 25 Sep 2009 20:39:15 +0000 |
parents | 22ec11cc989c |
children |
rev | line source |
---|---|
1694
22ec11cc989c
make sure that automake and config.h uses the same installation paths
nadvornik
parents:
1684
diff
changeset
|
1 dist_gq_bin_SCRIPTS = geeqie-import |
1675
5bb036e67d6d
added script for importing GQView and Geeqie-alpha metadata
nadvornik
parents:
diff
changeset
|
2 |
1694
22ec11cc989c
make sure that automake and config.h uses the same installation paths
nadvornik
parents:
1684
diff
changeset
|
3 gq_desktopdir = $(appdir)/applications |
1675
5bb036e67d6d
added script for importing GQView and Geeqie-alpha metadata
nadvornik
parents:
diff
changeset
|
4 gq_desktop_in_files = geeqie-import-geeqie.desktop.in geeqie-import-gqview.desktop.in |
5bb036e67d6d
added script for importing GQView and Geeqie-alpha metadata
nadvornik
parents:
diff
changeset
|
5 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) |
5bb036e67d6d
added script for importing GQView and Geeqie-alpha metadata
nadvornik
parents:
diff
changeset
|
6 @INTLTOOL_DESKTOP_RULE@ |
5bb036e67d6d
added script for importing GQView and Geeqie-alpha metadata
nadvornik
parents:
diff
changeset
|
7 |
1684 | 8 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files) |