*** empty log message ***
[csql.git] / src / base / Makefile.am
blob188768cbc904a3e1f449bc9fe23f8520d366f215
1 INCLUDES = -I$(top_srcdir)/include $(all_includes)
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqlbase.la
4 libcsqlbase_la_LDFLAGS = -avoid-version -module
5 libcsqlbase_la_SOURCES = Util.cxx FixedHeapAllocator.cxx VarHeapAllocator.cxx \
6         Config.cxx HashMap.cxx  DataType.cxx TypeCompare.cxx \
7         Date.cxx Time.cxx  Timestamp.cxx TypeConvert.cxx \
8         Debug.cxx Logger.cxx Mutex.cxx os.cxx