1AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
2lib_LTLIBRARIES = librpathx.la
3librpathx_la_SOURCES = rpathx.c
4librpathx_la_LDFLAGS = -lc -no-undefined
5