[Glamor] [PATCH 6/8] Makefile: remove redundant distribution directives
Gaetan Nadon
memsize at videotron.ca
Tue Dec 10 08:13:30 PST 2013
The pc.in specified in AC_CONFIG_FILES are always distributed
SUBDIRS do not contain variables so DIST_SUBDIRS not required
autogen.sh should not be distributed in tarballs.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
Makefile.am | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 541d57c..e5bb407 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,6 @@ aclocaldir = $(datadir)/aclocal
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glamor-egl.pc glamor.pc
-EXTRA_DIST = glamor-egl.pc.in glamor.pc.in autogen.sh
-
DISTCHECK_CONFIGURE_FLAGS=\
--with-xkb-path=$(XKB_BASE_DIRECTORY) \
--with-xkb-bin-directory=$(XKB_BIN_DIRECTORY) \
@@ -25,8 +23,6 @@ ChangeLog:
dist-hook: ChangeLog INSTALL
-DIST_SUBDIRS = src conf
-
# gross hack
relink: all
$(AM_V_at)$(MAKE) -C hw relink
--
1.7.9.5
More information about the Glamor
mailing list