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