From 64cdc6493a3c5f1e49d9126aad760d1a15f13646 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sat, 11 Feb 2006 17:48:44 +0000 Subject: use auto-build for pbx modules correct install variable for format modules git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9568 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/Makefile') diff --git a/formats/Makefile b/formats/Makefile index 2d2090333..108e85e80 100644 --- a/formats/Makefile +++ b/formats/Makefile @@ -48,7 +48,7 @@ format_ogg_vorbis.so : format_ogg_vorbis.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -logg -lvorbis -lvorbisenc -lm install: all - for x in $(FORMAT_LIBS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done + for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done uninstall: -- cgit v1.2.3