diff options
Diffstat (limited to 'src/thcoll/Makefile.am')
-rw-r--r-- | src/thcoll/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thcoll/Makefile.am b/src/thcoll/Makefile.am new file mode 100644 index 0000000..aac5951 --- /dev/null +++ b/src/thcoll/Makefile.am @@ -0,0 +1,8 @@ +MAINTAINERCLEANFILES = Makefile.in + +INCLUDES = -I. -I$(top_srcdir)/include + +noinst_LTLIBRARIES = libthcoll.la + +libthcoll_la_SOURCES = cweight.c cweight.h thcoll.c + |