[PATCH] make sure monitor-icon.{h,png} are in the tarball
Yves-Alexis Perez
corsac at debian.org
Mon Oct 13 23:48:43 CEST 2008
This is necessary so the following operations succeed:
./autogen.sh --enable-maintainer-mode --enable-debug=full
make distcheck
It's needed so the .png and .h are copied in the distdir.
Signed-off-by: Yves-Alexis Perez <corsac at debian.org>
---
settings-dialogs/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/settings-dialogs/Makefile.am b/settings-dialogs/Makefile.am
index 08ad6e6..eca7f19 100644
--- a/settings-dialogs/Makefile.am
+++ b/settings-dialogs/Makefile.am
@@ -41,7 +41,8 @@ xfwm4_settings_SOURCES = \
frap-shortcuts.h \
frap-shortcuts.c \
frap-shortcuts-dialog.h \
- frap-shortcuts-dialog.c
+ frap-shortcuts-dialog.c \
+ monitor-icon.h
xfwm4_settings_CFLAGS = \
$(GTK_CFLAGS) \
@@ -124,7 +125,8 @@ EXTRA_DIST = \
$(desktop_in_files) \
xfwm4-workspace-dialog.glade \
xfwm4-tweaks-dialog.glade \
- xfwm4-dialog.glade
+ xfwm4-dialog.glade \
+ monitor-icon.png
DISTCLEANFILES = \
$(desktop_DATA) \
--
1.5.6.5
More information about the Xfce4-dev
mailing list