Create libeasycsv_string library
Signed-off-by: Pradana AUMARS <paumars@courrier.dev>
This commit is contained in:
parent
924e47bacc
commit
9cdf20e7a7
@ -1,10 +1,12 @@
|
||||
lib_LTLIBRARIES = libeasycsv.la
|
||||
lib_LTLIBRARIES = libeasycsv.la libeasycsv_string.la
|
||||
libeasycsv_la_SOURCES = \
|
||||
easycsv.c \
|
||||
easycsv_error.h \
|
||||
easycsv_error.c \
|
||||
easycsv_p.h \
|
||||
easycsv_p.c \
|
||||
easycsv_p.c
|
||||
libeasycsv_la_LIBADD = libeasycsv_string.la
|
||||
libeasycsv_string_la_SOURCES = \
|
||||
easycsv_string.h \
|
||||
easycsv_string.c
|
||||
include_HEADERS = ../include/easycsv.h
|
||||
|
Loading…
Reference in New Issue
Block a user