aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/Makefile')
-rwxr-xr-xpbx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index 502fee111..96ae7e372 100755
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -57,7 +57,9 @@ pbx_kdeconsole.so: $(KDE_CONSOLE_OBJS)
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<
+ifneq ($(wildcard .depend),)
include .depend
+endif
install: all
for x in $(PBX_LIBS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done