blob: d6d9a87a1672701adf47c84af104f13eb52bb066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# # Process this file with automake to produce Makefile.in.
AM_CPPFLAGS = \
$(PTHREAD_CFLAGS)
noinst_LIBRARIES = libdldarwin.a
libdldarwin_a_SOURCES = dlfcn_simple.c
EXTRA_DIST = \
dlfcn.h
|