summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2010-06-01 09:55:20 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2010-06-01 09:59:47 -0500
commit873293e5c7d49fd3642466068044c42b3ca13f9c (patch)
tree50f0770bcccb7e6cf858fec8c73127e2c3a90f52 /examples
parent3206af4e30986ce89eef7467daa300759485e78b (diff)
downloadglibmm-873293e5c7d49fd3642466068044c42b3ca13f9c.tar.gz
Fix make dist with gsettings example
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0e14925c..467e8616 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -33,8 +33,7 @@ check_PROGRAMS = \
thread/dispatcher \
thread/dispatcher2 \
thread/thread \
- thread/threadpool \
- gschemas.compiled
+ thread/threadpool
glibmm_includes = -I$(top_builddir)/glib $(if $(srcdir:.=),-I$(top_srcdir)/glib)
giomm_includes = -I$(top_builddir)/gio $(if $(srcdir:.=),-I$(top_srcdir)/gio)
@@ -79,8 +78,8 @@ network_socket_client_LDADD = $(giomm_ldadd) $(GTHREAD_LIBS)
network_socket_server_SOURCES = network/socket-server.cc
network_socket_server_LDADD = $(giomm_ldadd) $(GTHREAD_LIBS)
-gschemas.compiled: $(wildcard settings/*.gschema.xml)
- gschema-compile settings/
+gsettings_SCHEMAS = $(wildcard settings/*.gschema.xml)
+@GSETTINGS_RULES@
settings_settings_SOURCES = settings/settings.cc
settings_settings_LDADD = $(giomm_ldadd)