Compile libcommon with -fPIC.
[doldaconnect.git] / common / Makefile.am
CommitLineData
35007f25 1noinst_LIBRARIES = libcommon.a
2
3libcommon_a_SOURCES = tiger.c \
4 utils.c
5
fe3087ef 6libcommon_a_CFLAGS = -fPIC
7
35007f25 8AM_CPPFLAGS=-I$(top_srcdir)/include