Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
17d92492
Commit
17d92492
authored
Aug 29, 2008
by
Sam Hocevar
Browse files
* Ship a .pc file with the library.
parent
4b86763e
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
17d92492
...
...
@@ -210,5 +210,6 @@ AC_OUTPUT([
src/Makefile
src/dvdcss/Makefile
test/Makefile
src/libdvdcss.pc
])
src/Makefile.am
View file @
17d92492
...
...
@@ -32,3 +32,6 @@ else
libtool_flags
=
-no-undefined
endif
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libdvdcss.pc
src/libdvdcss.pc.in
0 → 100644
View file @
17d92492
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libdvdcss
Description: DVD access and decryption library.
Version: @VERSION@
Libs: -L${libdir} -ldvdcss
Cflags: -I{includedir} -I${includedir}/@PACKAGE@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment