From 9c4729a17593b1e754b23881301d41794ecea438 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 18 Nov 2010 11:04:30 +0100 Subject: Don't require extension_32_h.png in extensions --- mysqlc/source/makefile.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mysqlc') diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk index 49c67344698f..468504978d6c 100755 --- a/mysqlc/source/makefile.mk +++ b/mysqlc/source/makefile.mk @@ -225,9 +225,7 @@ COMPONENT_LIBRARIES=\ $(COMPONENT_LIBRARY) COMPONENT_IMAGES= \ - $(EXTENSIONDIR)$/images$/extension_32.png \ - $(EXTENSIONDIR)$/images$/extension_32_h.png - + $(EXTENSIONDIR)$/images$/extension_32.png # ........ component description ........ # one file for each WITH_LANG token -- cgit