6 lines
210 B
Makefile
6 lines
210 B
Makefile
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
|
|
mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
|
|
lib_LTLIBRARIES = librpathx.la
|
|
librpathx_la_SOURCES = rpathx.c
|
|
librpathx_la_LDFLAGS = -lc -no-undefined
|