1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = no-dependencies foreign
4
5INCLUDES = -I$(top_srcdir)
6
7lib_LTLIBRARIES = libl2.la
8libl2_la_SOURCES = l2.c l2.h
9libl2_la_LDFLAGS = -no-undefined
10libl2_la_LIBADD = $(top_builddir)/l1/libl1.la
11