From: Mike Jerris Date: Thu, 30 Jul 2015 15:32:18 +0000 (-0500) Subject: FS-7919: [mod_conference] fix rebuild dependency on header file X-Git-Tag: v1.6.2~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f95f28d8d7f18c5571b8e2ee66921d4da7e3e0;p=thirdparty%2Ffreeswitch.git FS-7919: [mod_conference] fix rebuild dependency on header file --- diff --git a/src/mod/applications/mod_conference/Makefile.am b/src/mod/applications/mod_conference/Makefile.am index 1a7b06d20b..79bb550408 100644 --- a/src/mod/applications/mod_conference/Makefile.am +++ b/src/mod/applications/mod_conference/Makefile.am @@ -8,6 +8,8 @@ mod_conference_la_CFLAGS = $(AM_CFLAGS) -I. mod_conference_la_LIBADD = $(switch_builddir)/libfreeswitch.la mod_conference_la_LDFLAGS = -avoid-version -module -no-undefined -shared +$(am_mod_conference_la_OBJECTS): mod_conference.h + if HAVE_OPENAL mod_conference_la_LDFLAGS += -lopenal -lm mod_conference_la_CFLAGS += -DOPENAL_POSITIONING