Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Konstantin Pavlov
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
Hide 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 @@
SUBDIRS
=
src examples misc
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
...
...
configure.ac
View file @
fe44f91b
AC_INIT(
src/
dvbpsi
.c
)
AC_INIT(
lib
dvbpsi
, 0.1.7
)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
(libdvbpsi, 0.1.7)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST
...
...
@@ -81,7 +81,8 @@ AC_OUTPUT([Makefile
misc/Makefile
doc/Makefile
debian/Makefile
wince/Makefile])
wince/Makefile
libdvbpsi.pc])
echo "
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