1
0
Fork 0

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.
This commit is contained in:
Robert Bragg 2012-09-03 15:52:39 +01:00
parent 308c424075
commit de3e4b1560

View file

@ -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)