0a891b23be
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@1 a6f86f6d-0131-4f8e-9e7b-e335508773d5
15 lines
377 B
Diff
15 lines
377 B
Diff
--- libebml-0.7.1/make/linux/Makefile~ 2004-09-01 22:24:12.520218192 +0200
|
|
+++ libebml-0.7.1/make/linux/Makefile 2004-09-01 22:25:30.976291056 +0200
|
|
@@ -14,9 +14,9 @@
|
|
ifeq (BeOS,$(shell uname -s))
|
|
prefix=/boot/home/config
|
|
else
|
|
-prefix=/usr/local
|
|
+prefix=$(PREFIX)
|
|
endif
|
|
-libdir=$(prefix)/lib
|
|
+libdir=$(LIBDIR)
|
|
includedir=$(prefix)/include/ebml
|
|
|
|
# Programs
|