Commit e57ac61e authored by Sam Hocevar's avatar Sam Hocevar

* src/Makefile.am: Changed major number.

  * configure.ac: Changed package name to libdvbpsi2.
parent c9fc8126
...@@ -2,7 +2,7 @@ AC_INIT(src/dvbpsi.c) ...@@ -2,7 +2,7 @@ AC_INIT(src/dvbpsi.c)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi, 0.1.3) AM_INIT_AUTOMAKE(libdvbpsi2, 0.1.3)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST #AC_CANONICAL_HOST
......
...@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \ ...@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
$(tables_src) \ $(tables_src) \
$(descriptors_src) $(descriptors_src)
libdvbpsi_la_LDFLAGS = -version-info 1:1:0 libdvbpsi_la_LDFLAGS = -version-info 2:0:0
pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
tables/pat.h tables/pmt.h tables/sdt.h \ tables/pat.h tables/pmt.h tables/sdt.h \
......
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