Don't try to build doc-shooter on Windows. (#157979, J. Ali Harlow)

2004-11-11  Matthias Clasen  <mclasen@redhat.com>

	* docs/tools/Makefile.am: Don't try to build doc-shooter on
	Windows.  (#157979, J. Ali Harlow)
This commit is contained in:
Matthias Clasen
2004-11-12 03:44:01 +00:00
committed by Matthias Clasen
parent 3411287ebd
commit 56c3d75c8f
5 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-11-11 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am: Don't try to build doc-shooter on
Windows. (#157979, J. Ali Harlow)
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
Windows where we don't build it. (#157944, J. Ali Harlow)

View File

@ -1,5 +1,8 @@
2004-11-11 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am: Don't try to build doc-shooter on
Windows. (#157979, J. Ali Harlow)
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
Windows where we don't build it. (#157944, J. Ali Harlow)

View File

@ -1,5 +1,8 @@
2004-11-11 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am: Don't try to build doc-shooter on
Windows. (#157979, J. Ali Harlow)
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
Windows where we don't build it. (#157944, J. Ali Harlow)

View File

@ -1,5 +1,8 @@
2004-11-11 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am: Don't try to build doc-shooter on
Windows. (#157979, J. Ali Harlow)
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
Windows where we don't build it. (#157944, J. Ali Harlow)

View File

@ -16,8 +16,10 @@ LDADDS = \
$(top_builddir)/gdk/$(gdktargetlib) \
$(top_builddir)/gtk/$(gtktargetlib)
if OS_UNIX
noinst_PROGRAMS = \
doc-shooter
endif
doc_shooter_DEPENDENCIES = $(DEPS)
doc_shooter_LDADD = $(LDADDS)