Resolved merge conflict in src/Makefile.am
authorArjen Baart <arjen@andromeda.nl>
Sat, 26 Oct 2019 12:58:54 +0000 (14:58 +0200)
committerArjen Baart <arjen@andromeda.nl>
Sat, 26 Oct 2019 12:58:54 +0000 (14:58 +0200)
1  2 
src/Makefile.am

diff --cc src/Makefile.am
@@@ -1,7 -1,7 +1,9 @@@
  lib_LTLIBRARIES = libACL.la
  
  libACL_la_SOURCES = string.cpp regex.cpp date.cpp parsedate.c dateyacc.y datelex.c \
 -                    hour.cpp utc.cpp
 +                    hour.cpp utc.cpp \
 +                    Integer.cpp
 +
+ libACL_la_LDFLAGS = -version-info 0:2:0
 -include_HEADERS = String.h date.h
 +include_HEADERS = String.h date.h Integer.h