mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
9 lines
296 B
Makefile
Executable file
9 lines
296 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- mode: makefile; coding: utf-8 -*-
|
|
# Copyright © 2005 Doug Rintoul <doug_rintoul@sil.org>
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/autotools.mk
|
|
|
|
DEB_SHLIBDEPS_INCLUDE := debian/libkmfl0/usr/lib/
|
|
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
|