From 0c59897da97661a83fa3f48414c4f2af7d28a50a Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Tue, 9 Jun 2020 13:06:40 -0400 Subject: [PATCH] GUACAMOLE-513: New defaults header needs to be in Makefile.am --- src/common/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index f98054be..5325a478 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -34,6 +34,7 @@ noinst_HEADERS = \ common/blank_cursor.h \ common/clipboard.h \ common/cursor.h \ + common/defaults.h \ common/display.h \ common/dot_cursor.h \ common/ibar_cursor.h \