[babl] Add $(EXEEXT) to tools in Makefile.ams to fix win32 compilation



commit c99da5ee5d5409364a1685cf8c47eb71b57224e5
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Aug 7 21:17:35 2009 +0200

    Add $(EXEEXT) to tools in Makefile.ams to fix win32 compilation

 docs/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 48905f1..17d01ca 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
 # programs used for doc creation
-babl_fish_path_dhtml   = $(top_builddir)/tests/babl_fish_path_dhtml
-babl_fish_path_fitness = $(top_builddir)/tests/babl_fish_path_fitness
-babl_html_dump         = $(top_builddir)/tests/babl-html-dump
+babl_fish_path_dhtml   = $(top_builddir)/tests/babl_fish_path_dhtml$(EXEEXT)
+babl_fish_path_fitness = $(top_builddir)/tests/babl_fish_path_fitness$(EXEEXT)
+babl_html_dump         = $(top_builddir)/tests/babl-html-dump$(EXEEXT)
 
 .SILENT:
 SUBDIRS=      graphics



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