Commit | Line | Data |
---|---|---|
4854e96d | 1 | EXTRA_DIST = makegdesc |
2 | ||
672dbb8f | 3 | noinst_LIBRARIES = libcommon.a libhttp.a |
35007f25 | 4 | |
5 | libcommon_a_SOURCES = tiger.c \ | |
6 | utils.c | |
7 | ||
672dbb8f FT |
8 | libhttp_a_SOURCES = http.c |
9 | ||
46255648 | 10 | libcommon_a_CFLAGS = -fPIC |
672dbb8f | 11 | libhttp_a_CFLAGS = -fPIC |
46255648 | 12 | |
35007f25 | 13 | AM_CPPFLAGS=-I$(top_srcdir)/include |