From fc5873764b65844550e79a1b9c0debf074e0033e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 24 Nov 2017 17:38:18 +0100 Subject: [PATCH] Add include/vlc_timestamp_helper.h to Makefile --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0aed444b91..7a4fe5dafd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,6 +92,7 @@ pluginsinclude_HEADERS = \ ../include/vlc_subpicture.h \ ../include/vlc_text_style.h \ ../include/vlc_threads.h \ + ../include/vlc_timestamp_helper.h \ ../include/vlc_tls.h \ ../include/vlc_url.h \ ../include/vlc_variables.h \ -- 2.11.4.GIT