diff options
author | Tristan Gingold <gingold@adacore.com> | 2008-12-23 13:52:58 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2008-12-23 13:52:58 +0000 |
commit | 0332c262c9b9a3518256696b2dbee57650401e0d (patch) | |
tree | 6ae06dd37449c4436cac10bdfd95a96b44be9691 /ld/Makefile.am | |
parent | af1f44191e32c18ab5004a140e774e2d17dfce3a (diff) | |
download | gdb-0332c262c9b9a3518256696b2dbee57650401e0d.zip gdb-0332c262c9b9a3518256696b2dbee57650401e0d.tar.gz gdb-0332c262c9b9a3518256696b2dbee57650401e0d.tar.bz2 |
2008-12-23 Tristan Gingold <gingold@adacore.com>
* Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index a38c69f..206d69d 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1914,7 +1914,8 @@ install-data-local: install-info # Stuff that should be included in a distribution. The diststuff # target is run by the taz target in ../Makefile.in. -EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c $(man_MANS) +EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c \ + deffilep.c deffilep.h $(man_MANS) diststuff: info $(EXTRA_DIST) all: info ld.1 |