summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-11 14:48:53 +0000
committerMark Spencer <markster@digium.com>2004-11-11 14:48:53 +0000
commit53d9aa13eb953e122e610f8a85baa1a257b13faf (patch)
tree1a124e11785d2c244b961852975bda07b8988508 /Makefile
parent9690c20710d8439eb3bdbd9d4d75bf3d0279302c (diff)
Add pkgconfig support (bug #2734)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 \