Sign in
gnu
/
libtool
/
refs/heads/ild-branch
/
.
/
depdemo
/
l2
/
Makefile.am
blob: 6509f3b0e8b0b72a08608daaee1b4d5d0b5f65d2 [
file
] [
log
] [
blame
]
# A brief demonstration of inter-library dependencies
#
INCLUDES
=
-
I$
(
top_srcdir
)
lib_LTLIBRARIES
=
libl2
.
la
libl2_la_SOURCES
=
l2
.
c l2
.
h
libl2_la_LIBADD
=
$
(
top_builddir
)/
l1
/
libl1
.
la