diff options
Diffstat (limited to 'src/core/Makefile.am')
| -rw-r--r-- | src/core/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am new file mode 100644 index 0000000..a635e5d --- /dev/null +++ b/src/core/Makefile.am @@ -0,0 +1,9 @@ +AM_CPPFLAGS = -I$(top_srcdir)/src/include + +lib_LTLIBRARIES = libaplwc.la +libaplwc_la_SOURCES = \ + init.c \ + wrappers.c \ + defs.h \ + fns.h \ + types.h |