summaryrefslogtreecommitdiff
path: root/examples/application9/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application9/Makefile.example')
-rw-r--r--examples/application9/Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application9/Makefile.example b/examples/application9/Makefile.example
index 917e3c70f0..306da637e6 100644
--- a/examples/application9/Makefile.example
+++ b/examples/application9/Makefile.example
@@ -25,7 +25,7 @@ resources.c: exampleapp.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --source
$(CC) -c -o $(@F) $(CFLAGS) $<
exampleapp: $(OBJS) gschemas.compiled
- $(CC) -o $(@F) $(LIBS) $(OBJS)
+ $(CC) -o $(@F) $(OBJS) $(LIBS)
clean:
rm -f org.gtk.exampleapp.gschema.valid