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:

committed by
Matthias Clasen

parent
3411287ebd
commit
56c3d75c8f
@ -1,5 +1,8 @@
|
|||||||
2004-11-11 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
|
||||||
Windows where we don't build it. (#157944, J. Ali Harlow)
|
Windows where we don't build it. (#157944, J. Ali Harlow)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-11-11 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
|
||||||
Windows where we don't build it. (#157944, J. Ali Harlow)
|
Windows where we don't build it. (#157944, J. Ali Harlow)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-11-11 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
|
||||||
Windows where we don't build it. (#157944, J. Ali Harlow)
|
Windows where we don't build it. (#157944, J. Ali Harlow)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-11-11 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkfilefilter.c: Don't try to use xdgmime on
|
||||||
Windows where we don't build it. (#157944, J. Ali Harlow)
|
Windows where we don't build it. (#157944, J. Ali Harlow)
|
||||||
|
|
||||||
|
@ -16,8 +16,10 @@ LDADDS = \
|
|||||||
$(top_builddir)/gdk/$(gdktargetlib) \
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
||||||
$(top_builddir)/gtk/$(gtktargetlib)
|
$(top_builddir)/gtk/$(gtktargetlib)
|
||||||
|
|
||||||
|
if OS_UNIX
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
doc-shooter
|
doc-shooter
|
||||||
|
endif
|
||||||
|
|
||||||
doc_shooter_DEPENDENCIES = $(DEPS)
|
doc_shooter_DEPENDENCIES = $(DEPS)
|
||||||
doc_shooter_LDADD = $(LDADDS)
|
doc_shooter_LDADD = $(LDADDS)
|
||||||
|
Reference in New Issue
Block a user