summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-20 22:32:06 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-20 22:33:33 -0700
commit820994f6f86bbc35c53cddaa7d976d81d4509ff6 (patch)
treed3597717efb26a4c1b8d3df9a4cd6909648022ca /Makefile.am
parent602ac79a7755a542aebc8ce17df765554f9464ef (diff)
Extract lib_LTLIBRARIES to top of file
We need to add more than one file to it, in more than one Makefile, and this is susceptible to confusion. [endlessm/eos-sdk#291]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 51ac18b..575d6f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-gir-doc --enable-js-doc
CLEANFILES =
DISTCLEANFILES =
+# Other targets to add to
+lib_LTLIBRARIES =
+
# Make sure that 'make dist' includes documentation
if CAN_MAKE_DIST
dist-hook::