annotate plugins/import/Makefile.am @ 1772:9f3b7a089caf

check gtk_clutter_init return value https://sourceforge.net/tracker/index.php?func=detail&aid=2899866&group_id=222125&atid=1054680
author nadvornik
date Sat, 21 Nov 2009 20:08:51 +0000
parents 22ec11cc989c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
a14d7bfe666c add desktop.in files to the tarball
nadvornik
parents: 1675
diff changeset
8 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)