src/Makefile.in

changeset 50
63477d92411d
parent 49
08b780ecc611
child 51
5acf05940667
     1.1 --- a/src/Makefile.in	Wed May 31 12:22:36 2017 +0200
     1.2 +++ b/src/Makefile.in	Wed May 31 12:32:22 2017 +0200
     1.3 @@ -262,7 +262,12 @@
     1.4  top_srcdir = @top_srcdir@
     1.5  @DEBUG_FALSE@AM_CFLAGS = -std=gnu99 -O2
     1.6  @DEBUG_TRUE@AM_CFLAGS = -std=gnu99 -O0 -Wall
     1.7 -cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c
     1.8 +cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \
     1.9 +		scanner.c settings.c string_list.c suffix_fnc.c
    1.10 +
    1.11 +EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \
    1.12 +	     settings.h stdinc.h string_list.h suffix_fnc.h
    1.13 +
    1.14  all: all-am
    1.15  
    1.16  .SUFFIXES:

mercurial