diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b0b3bb24..1dfe3c23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -627,7 +627,7 @@ noinst_HEADERS = \ pulsecore/semaphore.h \ pulsecore/once.h -noinst_LTLIBRARIES += libpulsecore.la +lib_LTLIBRARIES += libpulsecore.la # Some public stuff is used even in the core libpulsecore_la_SOURCES = \ |