Skip to content

Commit

Permalink
Debian helper will complain about non-empty 'dependency_libs' variable,
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Behling committed Apr 8, 2015
1 parent 91d1dab commit 990e733
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
SUBDIRS = src

EXTRA_DIST = autogen.sh


# Clear dependency_libs for multiarch
all-local:
sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.lai'`

0 comments on commit 990e733

Please sign in to comment.