[bTSstream-devel] [Git][videolan/bitstream][master] 2 commits: Switch from libdir to datadir for noarch pc files
Christophe Massiot
gitlab at videolan.org
Wed Mar 14 18:43:11 CET 2018
Christophe Massiot pushed to branch master at VideoLAN / bitstream
Commits:
c4278ccb by Nicolas Chauvet at 2018-02-06T18:05:49+01:00
Switch from libdir to datadir for noarch pc files
Signed-off-by: Nicolas Chauvet <kwizart at gmail.com>
- - - - -
c07cc962 by Christophe Massiot at 2018-03-14T18:43:10+01:00
Merge branch 'master' into 'master'
Switch from libdir to datadir for noarch pc files
See merge request videolan/bitstream!8
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
PREFIX ?= /usr/local
INCLUDEDIR = $(PREFIX)/include
LIBDIR = $(PREFIX)/lib
+DATADIR = $(PREFIX)/share
INCLUDE = $(DESTDIR)$(INCLUDEDIR)/bitstream
-PKGCONFIG = $(DESTDIR)$(LIBDIR)/pkgconfig
+PKGCONFIG = $(DESTDIR)$(DATADIR)/pkgconfig
VERSION = 1.3
all:
View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/8ccf88e692241eb18c41be4bfed5289542f9767d...c07cc9627fea6364b7c326fa6d0b95f7f8f6af53
---
View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/8ccf88e692241eb18c41be4bfed5289542f9767d...c07cc9627fea6364b7c326fa6d0b95f7f8f6af53
You're receiving this email because of your account on code.videolan.org.
More information about the biTStream-devel
mailing list