Merge libgettext code into libi2ncommon
[libi2ncommon] / src / Makefile.am
1
2 # set the include path found by configure
3 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/utils @LIBICONV_CFLAGS@ @BOOST_CPPFLAGS@ $(all_includes)
4
5 # the library search path.
6 lib_LTLIBRARIES = libi2ncommon.la
7 include_HEADERS = cron.hpp daemonfunc.hpp exception.hxx filefunc.hxx \
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 \
10         pointer_func.hpp source_track_basics.hpp stringfunc.hxx timefunc.hxx tmpfstream.hpp \
11         tmpfstream_impl.hpp tracefunc.hpp userfunc.hpp week.hpp tribool.hpp i18n.h
12         
13 libi2ncommon_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 \
16         tracefunc.cpp userfunc.cpp week.cpp tribool.cpp i18n.cpp
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
22 libi2ncommon_la_LDFLAGS = -version-info @LIBI2NCOMMON_LIB_VERSION@ @BOOST_LDFLAGS@
23
24 libi2ncommon_la_LIBADD =  @LIBICONV_LIBS@ @BOOST_IOSTREAMS_LIB@