mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
8 lines
141 B
Makefile
8 lines
141 B
Makefile
# A brief demonstration of inter-library dependencies
|
|
#
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|
|
lib_LTLIBRARIES = libl1.la
|
|
libl1_la_SOURCES = l1.c l1.h
|