Mercurial > geeqie
annotate plugins/symlink/Makefile.am @ 1811:f405ec9b696b default tip
Some small logic mistakes
Use boolean operators for booleans and bitwise otherwise only.
author | mow |
---|---|
date | Mon, 10 May 2010 11:33:13 +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-symlink |
1272 | 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 |
1648 | 4 gq_desktop_in_files = symlink.desktop.in |
5 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) | |
6 @INTLTOOL_DESKTOP_RULE@ | |
1272 | 7 |
1684 | 8 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files) |