summaryrefslogtreecommitdiff
path: root/src/thinp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/thinp/Makefile.am')
-rw-r--r--src/thinp/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thinp/Makefile.am b/src/thinp/Makefile.am
new file mode 100644
index 0000000..3850e1d
--- /dev/null
+++ b/src/thinp/Makefile.am
@@ -0,0 +1,8 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+INCLUDES = -I. -I$(top_srcdir)/include
+
+noinst_LTLIBRARIES = libthinp.la
+
+libthinp_la_SOURCES = thinp.c
+