From ca7b0722f11a97152c0e6f5b950c6c7fa1a1fad0 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sun, 27 Dec 2015 14:52:37 +0200 Subject: [PATCH] build-sys: add typedefs.h to libpulsecore SOURCES Without this the file doesn't get included in tarballs. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index f1bd38dff..3c035aa9a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -931,6 +931,7 @@ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \ pulsecore/cli-command.c pulsecore/cli-command.h \ pulsecore/cli-text.c pulsecore/cli-text.h \ pulsecore/client.c pulsecore/client.h \ + pulsecore/typedefs.h \ pulsecore/card.c pulsecore/card.h \ pulsecore/core-scache.c pulsecore/core-scache.h \ pulsecore/core-subscribe.c pulsecore/core-subscribe.h \