summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>2002-11-08 00:05:36 +0000
committerJonathan Blandford <jrb@src.gnome.org>2002-11-08 00:05:36 +0000
commit0163c58ee17b1d80807bfa47701a8ae34be45497 (patch)
treedddbb05b71c1a9ff587febce9ada405649dbd653 /src/Makefile.am
parentbc3b64f9220589ebdcb431ae9300fe03565d1289 (diff)
downloadmetacity-0163c58ee17b1d80807bfa47701a8ae34be45497.tar.gz
include common.h with the installed files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6e005f25..ce90d1de 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