summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-09-03 15:52:39 +0100
committerRobert Bragg <robert@linux.intel.com>2012-09-03 15:55:14 +0100
commitde3e4b1560b543b52def55d8c7f79adb0906b55f (patch)
tree941eab5d721e3cb818be3fa0907f226f2107d54d /examples
parent308c42407571e848d73bb1185e80f644e70244e7 (diff)
downloadcogl-de3e4b1560b543b52def55d8c7f79adb0906b55f.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6145d229..3d9f5612 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)