summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Frydrych <tf@linux.intel.com>2009-02-12 10:48:59 +0000
committerTomas Frydrych <tf@linux.intel.com>2009-02-12 10:48:59 +0000
commit081272c5a9ff821cd356bae69717b2dfa5f85491 (patch)
treec345e484a0dc51e821f632f111520beb8e91fc56
parentf4bc825cf88632f8217bf061d49c0051b6be5230 (diff)
downloadmutter-081272c5a9ff821cd356bae69717b2dfa5f85491.tar.gz
Distcheck fixes.
-rw-r--r--Makefile.am3
-rw-r--r--src/Makefile.am7
2 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 725c69c97..d9c9d3162 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS=src po doc
-EXTRA_DIST = HACKING MAINTAINERS rationales.txt \
- intltool-extract.in intltool-merge.in intltool-update.in
+EXTRA_DIST = HACKING MAINTAINERS rationales.txt
DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache
diff --git a/src/Makefile.am b/src/Makefile.am
index 46b037ab7..e48508ea9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,6 @@ INCLUDES=@METACITY_CFLAGS@ -I $(srcdir)/include -I$(srcdir)/compositor -DMETACIT
metacity_SOURCES= \
core/async-getprop.c \
core/async-getprop.h \
- core/atomnames.h \
core/bell.c \
core/bell.h \
core/boxes.c \
@@ -75,7 +74,7 @@ metacity_SOURCES= \
core/window-private.h \
include/window.h \
core/workspace.c \
- core/workspace.h \
+ core/workspace-private.h \
core/xprops.c \
include/xprops.h \
include/common.h \
@@ -106,7 +105,6 @@ metacity_SOURCES= \
if WITH_CLUTTER
metacity_SOURCES += \
compositor/mutter/compositor-mutter.c \
- compositor/mutter/compositor-mutter.h \
compositor/mutter/mutter-shaped-texture.c \
compositor/mutter/mutter-shaped-texture.h \
compositor/mutter/mutter-plugin-manager.c \
@@ -116,7 +114,8 @@ metacity_SOURCES += \
compositor/mutter/mutter-module.c \
compositor/mutter/mutter-module.h \
compositor/mutter/mutter-plugin.c \
- include/mutter-plugin.h
+ include/mutter-plugin.h \
+ include/compositor-mutter.h
endif
# by setting libmetacity_private_la_CFLAGS, the files shared with