![florian](/assets/img/avatar_default.png)
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34902 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 lines
720 B
Diff
26 lines
720 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -30,8 +30,8 @@ ACLOCAL_AMFLAGS = -I m4
|
|
pkginclude_HEADERS = version.h
|
|
|
|
# Add doc back when we have some real content.
|
|
-SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
- src po
|
|
+SUBDIRS = config m4 lib libelf libebl libdwfl libdw
|
|
+
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -248,8 +248,7 @@ ACLOCAL_AMFLAGS = -I m4
|
|
pkginclude_HEADERS = version.h
|
|
|
|
# Add doc back when we have some real content.
|
|
-SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
- src po
|
|
+SUBDIRS = config m4 lib libelf libebl libdwfl libdw
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
|
|
|