Skip to content

Commit

Permalink
Makefile.am: Add header files to mg_SOURCES
Browse files Browse the repository at this point in the history
All source files must be included for both dependency tracking and
tarball distribution archives.

Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed May 14, 2016
1 parent 5c58846 commit 2117158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ mg_SOURCES = basic.c bell.c buffer.c cinfo.c dir.c display.c echo.c \
extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
line.c macro.c main.c match.c modes.c paragraph.c \
region.c search.c spawn.c tty.c ttyio.c ttykbd.c \
undo.c util.c version.c window.c word.c yank.c
undo.c util.c version.c window.c word.c yank.c \
chrdef.h def.h funmap.h kbd.h key.h macro.h pathnames.h

mg_CFLAGS = -U_FORTIFY_SOURCE -D_GNU_SOURCE $(lite_CFLAGS)
if TINY
mg_CFLAGS += -fomit-frame-pointer -fdata-sections -ffunction-sections \
Expand Down

0 comments on commit 2117158

Please sign in to comment.