mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix subdir ordering
svn path=/trunk/; revision=19091
This commit is contained in:
parent
eb8809e951
commit
ff9ddfeb22
@ -1,3 +1,7 @@
|
||||
2007-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Fix ordering of subdirs.
|
||||
|
||||
2007-11-28 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
A proper build of GNU libintl is supposed to export the variable
|
||||
|
@ -1,13 +1,14 @@
|
||||
# Makefile.am for gtk+/gtk
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
SUBDIRS = theme-bits . tests
|
||||
xdgmimedir =
|
||||
|
||||
if OS_UNIX
|
||||
SUBDIRS += xdgmime
|
||||
xdgmimedir += xdgmime
|
||||
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
|
||||
endif
|
||||
|
||||
SUBDIRS = theme-bits $(xdgmimedir) . tests
|
||||
DIST_SUBDIRS=theme-bits xdgmime
|
||||
|
||||
if HAVE_CUPS
|
||||
|
Loading…
Reference in New Issue
Block a user