mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
14 lines
433 B
Makefile
Executable file
14 lines
433 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
|
|
include /usr/share/cdbs/1/rules/autoreconf.mk
|
|
|
|
DEB_SHLIBDEPS_INCLUDE := debian/libkmfl0/usr/lib/
|
|
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
|
|
|
|
install/libkmfl-dev::
|
|
sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'`
|
|
|