Move the GtkApplication example to the right place
This commit is contained in:
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user