From b094b4b7a7e0e08e0c35f4a18650929a1c0c1936 Mon Sep 17 00:00:00 2001 From: Enno Borgsteede Date: Fri, 2 Jan 2015 10:11:16 +0100 Subject: [PATCH] Fix missing mediaattrembedlist reference for building --- src/gui/editors/displaytabs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/editors/displaytabs/Makefile.am b/src/gui/editors/displaytabs/Makefile.am index ac38c7a38..6e24b3cff 100644 --- a/src/gui/editors/displaytabs/Makefile.am +++ b/src/gui/editors/displaytabs/Makefile.am @@ -31,6 +31,7 @@ pkgpython_PYTHON = \ locationembedlist.py \ locationmodel.py \ mediabackreflist.py \ + mediaattrembedlist.py \ nameembedlist.py \ namemodel.py \ notebackreflist.py \