about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 07c00f2..f44c45c 100644
--- a/meson.build
+++ b/meson.build
@@ -30,11 +30,6 @@ lib = library(
   install : true,
 )
 install_headers('include/buchstabensuppe.h')
-install_headers(
-  'include/buchstabensuppe/flipdot.h',
-  'include/buchstabensuppe/bitmap.h',
-  subdir : 'buchstabensuppe',
-)
 pc.generate(
   lib,
   description : 'A toy font rendering library for high contrast, low pixel count displays',