From 06382a00370f38e4b1243d87e3c4209c1884ea46 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 11 May 2012 15:57:31 +0200 Subject: [PATCH] app: add operations-types.h to Makefile.am --- app/operations/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/app/operations/Makefile.am b/app/operations/Makefile.am index c46912696c..c4f5159120 100644 --- a/app/operations/Makefile.am +++ b/app/operations/Makefile.am @@ -16,6 +16,7 @@ INCLUDES = \ noinst_LIBRARIES = libappoperations.a libappoperations_a_sources = \ + operations-types.h \ gimp-operations.c \ gimp-operations.h \ \