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