[patch] fix "make dist"
Johann Hanne <[email protected]>
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <200710131303.22625.jhml__36973.0057464496$1192273461$gmane$org@gmx.net> |
Hi, "make dist" does not include examples/connect.h in the tarballs, so they will not compile. The attached patch fixes this. Please apply. Cheers, Johann _______________________________________________ libdvbpsi-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libdvbpsi-devel
libdvbpsi-svn155_fix_make_dist.diff
(text/x-diff, 457 B)
diff -uNr libdvbpsi-r155/examples/Makefile.am libdvbpsi-r155-fixes/examples/Makefile.am --- libdvbpsi-r155/examples/Makefile.am 2007-10-13 12:58:07.000000000 +0200 +++ libdvbpsi-r155-fixes/examples/Makefile.am 2007-10-13 12:58:55.000000000 +0200 @@ -13,7 +13,7 @@ decode_mpeg_SOURCES = decode_mpeg.c if HAVE_SYS_SOCKET_H -decode_mpeg_SOURCES += connect.c +decode_mpeg_SOURCES += connect.c connect.h endif decode_mpeg_LDFLAGS = -L../src -ldvbpsi -lm