… | |
… | |
80 | noinst_LTLIBRARIES = libcompat.la |
80 | noinst_LTLIBRARIES = libcompat.la |
81 | |
81 | |
82 | libcompat_la_LIBADD = @LIBOBJS@ |
82 | libcompat_la_LIBADD = @LIBOBJS@ |
83 | libcompat_la_SOURCES = |
83 | libcompat_la_SOURCES = |
84 | libcompat_la_LDFLAGS = -static |
84 | libcompat_la_LDFLAGS = -static |
|
|
85 | |
|
|
86 | EXTRA_DIST = getopt.h compat.h |
85 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
87 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
86 | CONFIG_HEADER = ../config.h |
88 | CONFIG_HEADER = ../config.h |
87 | CONFIG_CLEAN_FILES = |
89 | CONFIG_CLEAN_FILES = |
88 | LTLIBRARIES = $(noinst_LTLIBRARIES) |
90 | LTLIBRARIES = $(noinst_LTLIBRARIES) |
89 | |
91 | |