From de3e4b1560b543b52def55d8c7f79adb0906b55f Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 3 Sep 2012 15:52:39 +0100 Subject: [PATCH] build: remove duplicate cogl_info_SOURCES/LDADD lines examples/Makefile.am had duplicate lines for defining the _SOURCES and _LDADD files. This removes the lines within the USE_GLIB guards. --- examples/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 6145d2290..3d9f56122 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -30,8 +30,6 @@ examples_data_DATA = cogl_hello_SOURCES = cogl-hello.c cogl_hello_LDADD = $(common_ldadd) -cogl_info_SOURCES = cogl-info.c -cogl_info_LDADD = $(common_ldadd) cogl_msaa_SOURCES = cogl-msaa.c cogl_msaa_LDADD = $(common_ldadd)