Skip to content

Commit

Permalink
build-sys: Change the compat library to noinst
Browse files Browse the repository at this point in the history
It's supposed to be a convenience library and should not be installed.
  • Loading branch information
mbiebl authored and rgerhards committed Mar 22, 2013
1 parent b631631 commit d1caf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/Makefile.am
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d1caf0e

Please sign in to comment.