Skip to content
Snippets Groups Projects
Commit 40b6bacd authored by Armin Luntzer's avatar Armin Luntzer
Browse files

net: complile with -fPIC for Ubuntu

parent cdc9b3d4
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include -Iinclude ...@@ -2,6 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include -Iinclude
AM_CFLAGS := $(GMODULE_CFLAGS) AM_CFLAGS := $(GMODULE_CFLAGS)
AM_CFLAGS += $(GTHREAD_CFLAGS) AM_CFLAGS += $(GTHREAD_CFLAGS)
AM_CFLAGS += $(GLIB_CFLAGS) AM_CFLAGS += $(GLIB_CFLAGS)
AM_CFLAGS += -fPIC
noinst_LIBRARIES = libproto.a noinst_LIBRARIES = libproto.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment