diff options
-rw-r--r-- | compat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am index 635ad280..78c298e0 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,4 +1,4 @@ -pkglib_LTLIBRARIES = compat.la +noinst_LTLIBRARIES = compat.la compat_la_SOURCES = getifaddrs.c compat_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) |