mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
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:
parent
308c424075
commit
de3e4b1560
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user