aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-07 23:07:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-07 23:07:45 +0000
commit047ffd8717aba13c90fad9ef022802b89c56e7ef (patch)
tree4a240ad29d1d278597842b067e9bb121a1f0db7a /Makefile
parent71e7fdc8331b3c27ac77220178eef15e14629637 (diff)
install kludge to include example gif for [image]
svn path=/trunk/externals/ggee/; revision=15541
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c5edeb..9545a7a 100644
--- a/Makefile
+++ b/Makefile
@@ -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)