Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-09-21 22:05:10 +0300
committerGitHub <noreply@github.com>2016-09-21 22:05:10 +0300
commit151047b06da36c2c3ee36052a04ce0b41b673d4d (patch)
treec5ac68117f51c4a95a677888c0c1596b112a78fa
parenta3ff2bf072303f52e5c44732f4bf2725911630d2 (diff)
parent662f0e69860a6a9948ed93ca2181623c6cc1b5bc (diff)
Merge pull request #153 from hasufell/master
Fix 'make install' dependencies
-rw-r--r--steam-mobile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/Makefile b/steam-mobile/Makefile
index 1a73366..9691ca0 100644
--- a/steam-mobile/Makefile
+++ b/steam-mobile/Makefile
@@ -38,7 +38,7 @@ STEAM_OBJS = $(patsubst %.c, %.o, $(STEAM_SOURCES))
all: libsteam.so
-install:
+install: libsteam.so steam16.png steam22.png steam48.png
mkdir -m $(DIR_PERM) -p "$(DESTDIR)$(PLUGIN_DIR_PURPLE)"
install -m $(FILE_PERM) libsteam.so "$(DESTDIR)$(PLUGIN_DIR_PURPLE)/$(PRPL_NAME)"
mkdir -m $(DIR_PERM) -p "$(DESTDIR)$(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/16"