6 lines
238 B
Makefile
6 lines
238 B
Makefile
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
|
|
mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
|
|
lib_LTLIBRARIES = librpathz.la
|
|
librpathz_la_SOURCES = rpathz.c
|
|
librpathz_la_LDFLAGS = @LTLIBRPATHX@ @LTLIBRPATHY@ -lc -no-undefined
|