aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-11 14:48:53 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-11 14:48:53 +0000
commitd4903ea2f80ecd8f01db5fe188504d14acc86cac (patch)
tree1a124e11785d2c244b961852975bda07b8988508 /Makefile
parent0ba8d829ca6ec3e836327e4e2c0f15ee5a78fffa (diff)
Add pkgconfig support (bug #2734)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4201 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3410888dd..8fc73c3ed 100755
--- a/Makefile
+++ b/Makefile
@@ -314,6 +314,7 @@ clean:
$(MAKE) -C stdtime clean
datafiles: all
+ sh mkpkgconfig
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits
for x in sounds/digits/*.gsm; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \