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
Switch from libdir to datadir for noarch pc files
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
master
Nicolas Chauvet
7 years ago
parent
8ccf88e692
commit
c4278ccbb1
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