blob: 702db40f590205d12c563b10e8509af12df5703b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libsquish-1.10-openelec.orig/Makefile 2015-01-09 09:52:04.000000000 -0600
+++ libsquish-1.10-openelec/Makefile 2015-05-22 16:32:55.398921290 -0500
@@ -10,6 +10,7 @@ LIB = libsquish.a
all : $(LIB) squish.pc
install : $(LIB) squish.pc
+ mkdir -p $(INSTALL_DIR)/include $(INSTALL_DIR)/lib/pkgconfig
install squish.h $(INSTALL_DIR)/include
install libsquish.a $(INSTALL_DIR)/lib
install squish.pc $(INSTALL_DIR)/lib/pkgconfig
|