diff options
Diffstat (limited to 'libcnary/Makefile.am')
| -rw-r--r-- | libcnary/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libcnary/Makefile.am b/libcnary/Makefile.am new file mode 100644 index 0000000..ef61c31 --- /dev/null +++ b/libcnary/Makefile.am | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | AM_CFLAGS = $(GLOBAL_CFLAGS) -Iinclude | ||
| 2 | AM_LDFLAGS = | ||
| 3 | |||
| 4 | noinst_LTLIBRARIES = libcnary.la | ||
| 5 | libcnary_la_LIBADD = | ||
| 6 | libcnary_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | ||
| 7 | libcnary_la_SOURCES = \ | ||
| 8 | node.c \ | ||
| 9 | list.c \ | ||
| 10 | node_list.c \ | ||
| 11 | iterator.c \ | ||
| 12 | node_iterator.c \ | ||
| 13 | include/node.h \ | ||
| 14 | include/list.h \ | ||
| 15 | include/node_list.h \ | ||
| 16 | include/iterator.h \ | ||
| 17 | include/node_iterator.h \ | ||
| 18 | include/object.h | ||
