Commit fe44f91b authored by Ramiro Polla's avatar Ramiro Polla Committed by Christophe Massiot

ALL: package-config support

parent 98b9f675
...@@ -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
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment