diff options
| author | 2020-06-09 18:19:07 +0200 | |
|---|---|---|
| committer | 2020-06-09 18:19:07 +0200 | |
| commit | c14849987d893999c03f165b49257e108d07bad3 (patch) | |
| tree | e9e8769873b113494958b669700ce107b132a644 /libcnary | |
| parent | 65a7ffbfb124c2a0acf94b5e88911d6bf95d6009 (diff) | |
| download | libplist-c14849987d893999c03f165b49257e108d07bad3.tar.gz libplist-c14849987d893999c03f165b49257e108d07bad3.tar.bz2 | |
Unfold automake variables into multiple lines for maintainability
Diffstat (limited to 'libcnary')
| -rw-r--r-- | libcnary/Makefile.am | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/libcnary/Makefile.am b/libcnary/Makefile.am index e2187ec..f5c7bc9 100644 --- a/libcnary/Makefile.am +++ b/libcnary/Makefile.am | |||
| @@ -1,12 +1,15 @@ | |||
| 1 | AM_CFLAGS = $(GLOBAL_CFLAGS) -I$(top_srcdir)/libcnary/include | 1 | AM_CFLAGS = \ |
| 2 | $(GLOBAL_CFLAGS) \ | ||
| 3 | -I$(top_srcdir)/libcnary/include | ||
| 4 | |||
| 2 | AM_LDFLAGS = | 5 | AM_LDFLAGS = |
| 3 | 6 | ||
| 4 | noinst_LTLIBRARIES = libcnary.la | 7 | noinst_LTLIBRARIES = libcnary.la |
| 5 | libcnary_la_LIBADD = | 8 | libcnary_la_LIBADD = |
| 6 | libcnary_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | 9 | libcnary_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined |
| 7 | libcnary_la_SOURCES = \ | 10 | libcnary_la_SOURCES = \ |
| 8 | node.c \ | 11 | node.c \ |
| 9 | node_list.c \ | 12 | node_list.c \ |
| 10 | include/node.h \ | 13 | include/node.h \ |
| 11 | include/node_list.h \ | 14 | include/node_list.h \ |
| 12 | include/object.h | 15 | include/object.h |
