Commit b18ef663 authored by Johann Hanne's avatar Johann Hanne Committed by Jean-Paul Saman

"make dist" does not include examples/connect.h in the tarballs, so they will...

 "make dist" does not include examples/connect.h in the tarballs, so they will not compile. This attached patch fixes this.
parent 7067e019
......@@ -13,7 +13,7 @@ decode_sdt_LDFLAGS = -L../src -ldvbpsi
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
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