aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-09 19:15:24 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-09 19:15:24 +0000
commit9c4e10838734021d8ba10d8987955fae073184b6 (patch)
treeb99508a75ea627f611b786cf2074b06e397c11b1 /plugins
parentdf33477429bda69df07e6b86fbad00d810f552e6 (diff)
plugins/Makefile.common.inc defines NODIST_SRC_FILES, and
plugins/mate/Makefile.common includes it, so there's no need to define it in plugins/mate/Makefile.common. svn path=/trunk/; revision=47591
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/Makefile.common4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index a19fee1ded..85b346c981 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -71,8 +71,4 @@ HEADER_FILES = \
NODIST_HEADER_FILES = \
$(LEMON_GENERATED_HEADER_FILES)
-NODIST_SRC_FILES = \
- $(LEMON_GENERATED_C_FILES)
-
-
include ../Makefile.common.inc