Fix subdir ordering

svn path=/trunk/; revision=19091
This commit is contained in:
Matthias Clasen 2007-11-29 23:54:23 +00:00
parent eb8809e951
commit ff9ddfeb22
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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