This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' into 'master'
Switch from libdir to datadir for noarch pc files See merge request
videolan/bitstream!8
master
Christophe Massiot
7 years ago
parent
8ccf88e692
c4278ccbb1
commit
c07cc9627f
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Makefile
+ 2
- 1
Makefile
View File
@ -1,8 +1,9 @@
PREFIX
?=
/usr/local
INCLUDEDIR
=
$(
PREFIX
)
/include
LIBDIR
=
$(
PREFIX
)
/lib
DATADIR
=
$(
PREFIX
)
/share
INCLUDE
=
$(
DESTDIR
)
$(
INCLUDEDIR
)
/bitstream
PKGCONFIG
=
$(
DESTDIR
)
$(
LIB
DIR
)
/pkgconfig
PKGCONFIG
=
$(
DESTDIR
)
$(
DATA
DIR
)
/pkgconfig
VERSION
=
1.3
all
:
Write
Preview
Loading…
Cancel
Save