]> Pileus Git - ~andy/gtk/commitdiff
Move the GtkApplication example to the right place
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jan 2011 06:09:14 +0000 (01:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jan 2011 06:13:50 +0000 (01:13 -0500)
examples/Makefile.am
examples/bloatpad.c [moved from gtk/tests/gtk-example-application.c with 100% similarity]
gtk/gtkapplication.c
gtk/tests/Makefile.am

index f15e35d7dc20aad1f0707489a91d488a4292ece6..2d2a491695de552c2a934680d313845fd1eb0cbc 100644 (file)
@@ -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
index 90d4adfca881751d948fad3d8b557fc1435b3b1a..2d68b0994fb4037474d313b1a5d32350d2d30427 100644 (file)
@@ -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>
index 994d7161467ec9d0be197e6219165d5e917650a2..008823cf94d50d5082969cde77733b87e08b9e5a 100644 (file)
@@ -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)