From 0163c58ee17b1d80807bfa47701a8ae34be45497 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 8 Nov 2002 00:05:36 +0000 Subject: [PATCH] include common.h with the installed files --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6e005f25c..ce90d1de3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,7 +91,8 @@ libmetacity_private_la_SOURCES= \ theme-parser.c \ theme-parser.h \ util.c \ - util.h + util.h \ + common.h libmetacityincludedir = $(includedir)/metacity-1/metacity-private