diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-07 23:07:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-07 23:07:45 +0000 |
commit | 047ffd8717aba13c90fad9ef022802b89c56e7ef (patch) | |
tree | 4a240ad29d1d278597842b067e9bb121a1f0db7a /Makefile | |
parent | 71e7fdc8331b3c27ac77220178eef15e14629637 (diff) |
install kludge to include example gif for [image]
svn path=/trunk/externals/ggee/; revision=15541
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -271,6 +271,8 @@ libdir_install: $(SOURCES:.c=.$(EXTENSION)) $(SHARED_LIB) install-doc install-ex $(INSTALL_PROGRAM) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) # kludge to strip with ggee's custom layout $(STRIP) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/*.$(EXTENSION) +# kludge to install example image + $(INSTALL_DATA) gui/logo100.gif $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) test -z "$(strip $(SHARED_LIB))" || \ $(INSTALL_DATA) $(SHARED_LIB) \ $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) |