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
This commit is contained in:
Russell Bryant 2006-05-23 17:09:51 +00:00
parent 8d74f0ebe6
commit f9e5541689
1 changed files with 1 additions and 0 deletions

View File

@ -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 $@ $<