diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-18 11:04:30 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-18 11:04:30 +0100 |
commit | 9c4729a17593b1e754b23881301d41794ecea438 (patch) | |
tree | 3c4977f3d1f596715b39ec70cd5ae9c9ba1ade02 /mysqlc | |
parent | adc03f77d046b66071831e0168c2a6061d959ac1 (diff) |
Don't require extension_32_h.png in extensions
Diffstat (limited to 'mysqlc')
-rwxr-xr-x | mysqlc/source/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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 |