aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $@ $<