summaryrefslogtreecommitdiffstats
path: root/stubs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/Makefile')
-rw-r--r--stubs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/stubs/Makefile b/stubs/Makefile
new file mode 100644
index 000000000..dda010909
--- /dev/null
+++ b/stubs/Makefile
@@ -0,0 +1,10 @@
+all: libbz2.so.0
+
+libbz2.so.0: bzip.c
+ gcc -fPIC -shared -o libbz2.so.0 bzip.c
+
+clean:
+ rm -f *.so.* *.o
+
+install:
+ install libbz2.so.0 $(DESTDIR)/usr/lib