Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
fe44f91b
Commit
fe44f91b
authored
Feb 14, 2010
by
Ramiro Polla
Committed by
Christophe Massiot
Feb 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALL: package-config support
parent
98b9f675
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
Makefile.am
Makefile.am
+4
-1
configure.ac
configure.ac
+4
-3
No files found.
Makefile.am
View file @
fe44f91b
...
@@ -3,7 +3,10 @@
...
@@ -3,7 +3,10 @@
SUBDIRS
=
src examples misc
SUBDIRS
=
src examples misc
DIST_SUBDIRS
=
$(SUBDIRS)
doc debian wince
DIST_SUBDIRS
=
$(SUBDIRS)
doc debian wince
EXTRA_DIST
=
libdvbpsi.spec bootstrap
EXTRA_DIST
=
libdvbpsi.spec libdvbpsi.pc.in bootstrap
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libdvbpsi.pc
AUTOMAKE_OPTIONS
=
foreign dist-bzip2 subdir-objects
AUTOMAKE_OPTIONS
=
foreign dist-bzip2 subdir-objects
...
...
configure.ac
View file @
fe44f91b
AC_INIT(
src/dvbpsi.c
)
AC_INIT(
libdvbpsi, 0.1.7
)
AC_PREREQ(2.50)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
(libdvbpsi, 0.1.7)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST
#AC_CANONICAL_HOST
...
@@ -81,7 +81,8 @@ AC_OUTPUT([Makefile
...
@@ -81,7 +81,8 @@ AC_OUTPUT([Makefile
misc/Makefile
misc/Makefile
doc/Makefile
doc/Makefile
debian/Makefile
debian/Makefile
wince/Makefile])
wince/Makefile
libdvbpsi.pc])
echo "
echo "
libdvbpsi configuration
libdvbpsi configuration
...
...
Write
Preview
Markdown
is supported
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