diff options
Diffstat (limited to 'lib/base/Makefile.am')
| -rw-r--r-- | lib/base/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am new file mode 100644 index 00000000..3e695a39 --- /dev/null +++ b/lib/base/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = \ + -I$(top_srcdir)/include + +noinst_LIBRARIES = libenigma_base.a + +libenigma_base_a_SOURCES = \ + buffer.cpp console.cpp ebase.cpp econfig.cpp eerror.cpp elock.cpp \ + estring.cpp init.cpp message.cpp nconfig.cpp nxml.cpp thread.cpp \ + smartptr.cpp |
