Own implementation of intuitive tristate logic
[libi2ncommon] / src / Makefile.am
CommitLineData
e93545dd
GE
1
2# set the include path found by configure
9baeb525 3INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/utils @LIBGETTEXT_CFLAGS@ @LIBICONV_CFLAGS@ @BOOST_CPPFLAGS@ $(all_includes)
e93545dd
GE
4
5# the library search path.
7113c4f0 6lib_LTLIBRARIES = libi2ncommon.la
82b461e4 7include_HEADERS = cron.hpp daemonfunc.hpp exception.hxx filefunc.hxx \
d0f059fd
RP
8 i2n_configdata.hpp i2n_configfile.hpp insocketstream.hxx ip_type.hxx ipfunc.hxx \
9 log_macros.hpp logfunc.hpp logread.hxx oftmpstream.hxx pidfile.hpp pipestream.hxx \
82b461e4 10 pointer_func.hpp source_track_basics.hpp stringfunc.hxx timefunc.hxx tmpfstream.hpp \
49f91b40 11 tmpfstream_impl.hpp tracefunc.hpp userfunc.hpp week.hpp tribool.hpp
0c7e72d7 12
52d6f7fc
GE
13libi2ncommon_la_SOURCES = cron.cpp daemonfunc.cpp filefunc.cpp \
14 i2n_configfile.cpp ipfunc.cpp logfunc.cpp logread.cpp oftmpstream.cpp pidfile.cpp \
15 pointer_func.cpp source_track_basics.cpp stringfunc.cpp timefunc.cpp tmpfstream.cpp \
49f91b40 16 tracefunc.cpp userfunc.cpp week.cpp tribool.cpp
e93545dd
GE
17
18# Note: If you specify a:b:c as the version in the next line,
19# the library that is made has version (a-c).c.b. In this
20# example, the version is 2.1.2. (3:2:1)
21
23a85f6b 22libi2ncommon_la_LDFLAGS = -version-info @LIBI2NCOMMON_LIB_VERSION@ @BOOST_LDFLAGS@
b868c361 23
52d6f7fc 24libi2ncommon_la_LIBADD = @LIBGETTEXT_LIBS@ @LIBICONV_LIBS@ @BOOST_IOSTREAMS_LIB@