[gtk+] Move the GtkApplication example to the right place



commit f2cde4cf3b1d0eb930482af0591562d3ebd4035d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 6 01:09:14 2011 -0500

    Move the GtkApplication example to the right place

 examples/Makefile.am                               |    2 +-
 .../bloatpad.c                                     |    0
 gtk/gtkapplication.c                               |    2 +-
 gtk/tests/Makefile.am                              |    6 +-----
 4 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f15e35d..2d2a491 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -48,4 +48,4 @@ LDADD = \
 	$(top_builddir)/gtk/libgtk-3.0.la	\
 	$(GTK_DEP_LIBS)
 
-noinst_PROGRAMS = hello-world window-default
+noinst_PROGRAMS = hello-world window-default bloatpad
diff --git a/gtk/tests/gtk-example-application.c b/examples/bloatpad.c
similarity index 100%
rename from gtk/tests/gtk-example-application.c
rename to examples/bloatpad.c
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 90d4adf..2d68b09 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -53,7 +53,7 @@
  *
  * <example id="gtkapplication"><title>A simple application</title>
  * <programlisting>
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; parse="text" href="../../../../gtk/tests/gtk-example-application.c">
+ * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; parse="text" href="../../../../examples/bloatpad.c">
  *  <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
  * </xi:include>
  * </programlisting>
diff --git a/gtk/tests/Makefile.am b/gtk/tests/Makefile.am
index 994d716..008823c 100644
--- a/gtk/tests/Makefile.am
+++ b/gtk/tests/Makefile.am
@@ -18,7 +18,7 @@ progs_ldadd = \
 	$(top_builddir)/gdk/libgdk-3.0.la	\
 	$(GTK_DEP_LIBS)
 
-noinst_PROGRAMS = $(TEST_PROGS) $(SAMPLE_PROGS)
+noinst_PROGRAMS = $(TEST_PROGS)
 
 
 TEST_PROGS			+= testing
@@ -96,10 +96,6 @@ TEST_PROGS			+= action
 action_SOURCES			 = action.c
 action_LDADD			 = $(progs_ldadd)
 
-SAMPLE_PROGS = gtk-example-application
-gtk_example_application_SOURCES	= gtk-example-application.c
-gtk_example_application_LDADD	= $(progs_ldadd)
-
 TEST_PROGS			+= stylecontext
 stylecontext_SOURCES		 = stylecontext.c
 stylecontext_LDADD		 = $(progs_ldadd)



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