summaryrefslogtreecommitdiff
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-23 17:09:51 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-23 17:09:51 +0000
commitf9e55416894387879262f389800f7106f0d66195 (patch)
tree7a15b21549f1d38ca95cfd3ad081c695921c39b8 /pbx/Makefile
parent8d74f0ebe67ba3eee5ad264594ce3af8ef971d84 (diff)
on a clean, we have to clean out the ael directory too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29731 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/Makefile')
-rw-r--r--pbx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index 47ff9aa37..e799c535e 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -26,6 +26,7 @@ clean-depend:
clean: clean-depend
rm -f *.so *.o
+ rm -f ael/*.o
pbx_gtkconsole.o: pbx_gtkconsole.c
$(CC) $(CFLAGS) $(GTK_FLAGS) -c -o $@ $<