diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-12-10 11:13:30 -0500 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@gmail.com> | 2013-12-16 22:51:36 +0800 |
commit | 2aa9f50ad12bb996e58ca14270a92fb4795a2868 (patch) | |
tree | cc6ce88b80cf658c46c3ab6312b3c2e8305e37b4 | |
parent | 89ee837c24de4d21205a8d1584adb2c3544dc6a9 (diff) |
Makefile: remove redundant distribution directives
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@videotron.ca>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 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 |