aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-23 17:09:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-23 17:09:51 +0000
commit379b206f6b74edc033223e654e6541bf65528285 (patch)
tree7a15b21549f1d38ca95cfd3ad081c695921c39b8 /pbx/Makefile
parentab36ca90f4bae93ba059b2b5fbdfea5cc75d5dbf (diff)
on a clean, we have to clean out the ael directory too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29731 f38db490-d61c-443f-a65b-d21fe96a405b
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 $@ $<