6 lines
224 B
Makefile
6 lines
224 B
Makefile
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
|
|
mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
|
|
lib_LTLIBRARIES = librpathy.la
|
|
librpathy_la_SOURCES = rpathy.c
|
|
librpathy_la_LDFLAGS = @LTLIBRPATHX@ -lc -no-undefined
|