Skip to content

Commit

Permalink
feature-soversion: LIBSC_ -> SC_ in Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed Dec 20, 2023
1 parent 5e04f91 commit ef03067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iniparser/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ iniparser_compiled_sources = \

libsc_internal_headers += $(iniparser_internal_headers)
libsc_compiled_sources += $(iniparser_compiled_sources)
LIBSC_CPPFLAGS += -I@top_srcdir@/iniparser
SC_CPPFLAGS += -I@top_srcdir@/iniparser

EXTRA_DIST += iniparser/AUTHORS iniparser/LICENSE
dist_scini_DATA += iniparser/sc_iniparser_twisted.ini
2 changes: 1 addition & 1 deletion libb64/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libb64_compiled_sources = libb64/cencode.c libb64/cdecode.c

libsc_internal_headers += $(libb64_internal_headers)
libsc_compiled_sources += $(libb64_compiled_sources)
LIBSC_CPPFLAGS += -I@top_srcdir@/libb64
SC_CPPFLAGS += -I@top_srcdir@/libb64

EXTRA_DIST += \
libb64/AUTHORS libb64/CHANGELOG libb64/LICENSE libb64/README
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libsc_compiled_sources = \
libsc_original_headers =

# this variable is used for headers that are not publicly installed
LIBSC_CPPFLAGS =
SC_CPPFLAGS =

# read the .so version from configuration file
include config/sc_soversion.in
Expand All @@ -45,7 +45,7 @@ lib_LTLIBRARIES += src/libsc.la
src_libsc_la_SOURCES = \
$(libsc_internal_headers) \
$(libsc_compiled_sources)
src_libsc_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBSC_CPPFLAGS)
src_libsc_la_CPPFLAGS = $(AM_CPPFLAGS) $(SC_CPPFLAGS)
## This is the official API versioning scheme of libtool. Please see:
## Read https://www.gnu.org/software/libtool/manual/libtool.html#Versioning
src_libsc_la_LDFLAGS = -version-info $(SC_SOVERSION)
Expand Down

0 comments on commit ef03067

Please sign in to comment.