Fix subdir ordering
svn path=/trunk/; revision=19091
This commit is contained in:
@ -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>
|
2007-11-28 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
A proper build of GNU libintl is supposed to export the variable
|
A proper build of GNU libintl is supposed to export the variable
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
# Makefile.am for gtk+/gtk
|
# Makefile.am for gtk+/gtk
|
||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
SUBDIRS = theme-bits . tests
|
xdgmimedir =
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
SUBDIRS += xdgmime
|
xdgmimedir += xdgmime
|
||||||
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
|
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = theme-bits $(xdgmimedir) . tests
|
||||||
DIST_SUBDIRS=theme-bits xdgmime
|
DIST_SUBDIRS=theme-bits xdgmime
|
||||||
|
|
||||||
if HAVE_CUPS
|
if HAVE_CUPS
|
||||||
|
Reference in New Issue
Block a user