mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
baabb53d89
Simpler and easier to bump version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
433 B
Diff
14 lines
433 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 22647be..7dcf0de 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-libs
|
|
COMMON_CXXFLAGS_ONLY_WARNINGS = \
|
|
-I$(top_srcdir)/include \
|
|
-I$(top_builddir)/include \
|
|
- -Wall -Wformat -W -fvisibility-inlines-hidden \
|
|
+ -Wall -Wformat -W \
|
|
$(libprotobuf_CFLAGS)
|
|
|
|
COMMON_CXXFLAGS = $(COMMON_CXXFLAGS_ONLY_WARNINGS)
|