mirror of
https://github.com/tailix/drivers.git
synced 2024-11-20 11:06:32 -05:00
12 lines
179 B
Text
12 lines
179 B
Text
|
include $(top_srcdir)/make/shared.am
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
EXTRA_DIST = autogen.sh
|
||
|
|
||
|
SUBDIRS = include
|
||
|
|
||
|
lib_LTLIBRARIES = libdrivers.la
|
||
|
|
||
|
libdrivers_la_SOURCES = \
|
||
|
src/foobar.c
|