From bd4a440957399caf0f482bbd99df96a55a998f11 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 2 Dec 2012 01:14:02 -0800 Subject: [PATCH] Add config.h hackery header to distributed headers. --- protocols/rdp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/rdp/Makefile.am b/protocols/rdp/Makefile.am index c0d7df0f..d3255edf 100644 --- a/protocols/rdp/Makefile.am +++ b/protocols/rdp/Makefile.am @@ -69,6 +69,7 @@ noinst_HEADERS = \ guac_rdpsnd/service.h \ include/audio.h \ include/client.h \ + include/config.h \ include/default_pointer.h \ include/guac_handlers.h \ include/rdp_bitmap.h \