aboutsummaryrefslogtreecommitdiffstats
path: root/include/lzo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/lzo/Makefile.am')
-rw-r--r--include/lzo/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/lzo/Makefile.am b/include/lzo/Makefile.am
new file mode 100644
index 0000000..39537bb
--- /dev/null
+++ b/include/lzo/Makefile.am
@@ -0,0 +1,10 @@
+## Process this file with automake to create Makefile.in
+#
+# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
+#
+
+pkginclude_HEADERS = \
+ lzoconf.h lzodefs.h lzoutil.h lzo_asm.h \
+ lzo1.h lzo1a.h lzo1b.h lzo1c.h lzo1f.h lzo1x.h lzo1y.h lzo1z.h \
+ lzo2a.h
+