diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-06-06 02:49:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-06-06 02:49:30 +0000 |
commit | 2c9ee4f9908878ea66a63a58977aed5b6b766e9f (patch) | |
tree | b6f1166d2a125c8251bc1c17c2781c95c51e4293 /Makefile.am | |
parent | 19b38438109ded15ad0757688866d6f95434c303 (diff) | |
download | elfutils-2c9ee4f9908878ea66a63a58977aed5b6b766e9f.tar.gz |
Remove separate po dir for libelf.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9bfce658..9306fe69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,10 +27,9 @@ ## ACLOCAL_AMFLAGS = -I m4 -mini_SUBDIRS = config m4 lib libelf libelf-po # Add doc back when we have some real content. -all_SUBDIRS = libebl libdwfl libdw libcpu libasm backends src po tests -SUBDIRS = $(mini_SUBDIRS) $(all_SUBDIRS) +SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \ + src po tests EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION |