diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
commit | 91ccade49b1403d469fa5441b16598e08d6604c9 (patch) | |
tree | 2acfe2ae1e1f1b87e03072f926d6d15a3c50f223 /lib/Makefile.am | |
parent | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (diff) | |
download | emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.gz |
gnulib: adjust to upstream _HEADERS change
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6a014f6057b..e63561d0abb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,8 @@ BUILT_SOURCES = EXTRA_DIST = +EXTRA_HEADERS = MOSTLYCLEANFILES = +nodist_pkginclude_HEADERS = noinst_LIBRARIES = DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src |