2010-05-25 10:29:40 +02:00
|
|
|
From: unknown
|
|
|
|
Upstream: no
|
|
|
|
Subject: do not build po and tests components
|
|
|
|
|
2014-01-29 20:02:33 +01:00
|
|
|
---
|
|
|
|
Makefile.am | 2 +-
|
|
|
|
Makefile.in | 2 +-
|
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2012-11-29 13:05:16 +01:00
|
|
|
@@ -24,7 +24,7 @@ pkginclude_HEADERS = version.h
|
2008-10-14 02:26:42 +02:00
|
|
|
|
|
|
|
# Add doc back when we have some real content.
|
|
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
|
|
- src po tests
|
|
|
|
+ src
|
|
|
|
|
2012-11-29 13:05:16 +01:00
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|
2014-01-29 20:02:33 +01:00
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
|
|
|
@@ -360,7 +360,7 @@ pkginclude_HEADERS = version.h
|
2012-05-31 10:51:10 +02:00
|
|
|
|
|
|
|
# Add doc back when we have some real content.
|
|
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
|
|
- src po tests
|
|
|
|
+ src
|
|
|
|
|
2012-11-29 13:05:16 +01:00
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|