mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Don't descend into build/. (#500875)
2007-12-01 Behdad Esfahbod <behdad@gnome.org> * Makefile.am: Don't descend into build/. (#500875) svn path=/trunk/; revision=6012
This commit is contained in:
parent
264aa4cd8a
commit
942f84e6c9
@ -1,3 +1,7 @@
|
||||
2007-12-01 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* Makefile.am: Don't descend into build/. (#500875)
|
||||
|
||||
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmarkup.h:
|
||||
|
@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.7
|
||||
|
||||
SUBDIRS = . m4macros glib gobject gmodule gthread gio tests build po docs
|
||||
SUBDIRS = . m4macros glib gobject gmodule gthread gio tests po docs
|
||||
DIST_SUBDIRS = $(SUBDIRS) build
|
||||
|
||||
bin_SCRIPTS = glib-gettextize
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user