Makefile_insert revision 0bb8e0f36741c81cf12ae38012e2e4d60417b335
## Makefile.am fragment sourced by src/Makefile.am.
if WITH_EXT_GDL
EXTRA_DIST += \
else # WITH_EXT_GDL
rm -f libgdl/libgdl.a $(libgdl_gdl_a_OBJECTS)
if CC_W_NO_SUPPORTED
# Suppress some non-critical warnings for libgdl. We will drop our forked copy
# of GDL once we upgrade to Gtk+ 3 so it's more important to minimise the number
# of changes we make to GDL than to fix these minor issues in trunk.
libgdl_libgdl_a_CFLAGS = -Wno-unused-parameter -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-variable $(AM_CFLAGS)
endif
libgdl_libgdl_a_SOURCES = \
endif