diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 74bab4eee06..316c63725a7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | # GNU Emacs assumes GNU Make. | ||
| 19 | AUTOMAKE_OPTIONS = -Wno-portability | ||
| 20 | |||
| 18 | BUILT_SOURCES = | 21 | BUILT_SOURCES = |
| 19 | CLEANFILES = | 22 | CLEANFILES = |
| 20 | EXTRA_DIST = | 23 | EXTRA_DIST = |