From 662f0e69860a6a9948ed93ca2181623c6cc1b5bc Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 21 Sep 2016 20:33:52 +0200 Subject: Fix 'make install' dependencies Fixes #137 --- steam-mobile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3