Skip to content

Commit

Permalink
add missing library versioning info
Browse files Browse the repository at this point in the history
  • Loading branch information
hhromic committed Aug 15, 2016
1 parent 0d766ab commit 395365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dist_doc_DATA = LICENSE README.md

lib_LTLIBRARIES = libe131.la
libe131_la_SOURCES = src/e131.c
libe131_la_LDFLAGS = -export-symbols-regex '^[eE]131_[^_]'
libe131_la_LDFLAGS = -export-symbols-regex '^[eE]131_[^_]' -version-info 1:0:0
include_HEADERS = src/e131.h

0 comments on commit 395365b

Please sign in to comment.