[gtk+/quartz-integration: 350/563] Fix dependencies between directories



commit 5f6344fba91713340c706f6ec2acf840ac369605
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 21 18:51:40 2011 -0400

    Fix dependencies between directories
    
    This ensures that libgtk gets relinked when I touch sources
    in gtk/a11y.

 gtk/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b6e37e9..010c5ca 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -110,7 +110,9 @@ libadd = \
 	$(top_builddir)/gdk/libgdk-3.la	\
 	$(top_builddir)/gtk/a11y/libgail.la \
 	$(GTK_DEP_LIBS)
-deps =
+deps = \
+	$(top_builddir)/gdk/libgdk-3.la	\
+	$(top_builddir)/gtk/a11y/libgail.la
 
 # libtool stuff: set version and export symbols for resolving
 # since automake doesn't support conditionalized libsomething_la_LDFLAGS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]