blob: a447d98e8276d85d18d772e10eb8e816dca10e00 [file] [log] [blame]
MY_INCLUDE = -I$(top_srcdir)/include -I$(top_srcdir)/lib
AM_CXXFLAGS = -Wall -Weffc++ -Wextra -Wconversion $(MY_INCLUDE)
noinst_LTLIBRARIES = libvector.la
libvector_la_LDFLAGS = -no-undefined
libvector_la_SOURCES = \
bit-vector.cc
noinst_HEADERS = \
pop-count.h \
rank-index.h \
vector.h \
flat-vector.h \
bit-vector.h