mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
10 lines
192 B
Text
10 lines
192 B
Text
|
|
||
|
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)
|
||
|
|
||
|
noinst_LIBRARIES = libmytap.a
|
||
|
noinst_HEADERS = tap.h
|
||
|
|
||
|
libmytap_a_SOURCES = tap.c
|
||
|
|
||
|
SUBDIRS = . t
|