You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
370 B
18 lines
370 B
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
noinst_HEADERS = ltdl.h ltdl_win.h
|
|
noinst_LTLIBRARIES = libltdlc.la
|
|
|
|
libltdlc_la_SOURCES = ltdl.c
|
|
libltdlc_la_LIBADD = $(LIBADD_DL)
|
|
|
|
## Because we do not have automatic dependency tracking:
|
|
ltdl.lo: $(srcdir)/ltdl.h $(top_builddir)/config.h
|
|
|
|
apidox:
|
|
|
|
.PHONY: apidox
|
|
|