Should not install palette.h

This commit is contained in:
Michael Jumper 2012-04-01 23:27:57 -07:00
parent d2523c062c
commit 71de5606bf

View File

@ -40,7 +40,7 @@ ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = -Werror -Wall -pedantic -Iinclude
libguacincdir = $(includedir)/guacamole
libguacinc_HEADERS = include/client.h include/socket.h include/protocol.h include/client-handlers.h include/error.h include/palette.h
libguacinc_HEADERS = include/client.h include/socket.h include/protocol.h include/client-handlers.h include/error.h
lib_LTLIBRARIES = libguac.la