On Fri, 2008-11-07 at 13:10 -0500, Dale Worley wrote:
> Following Damian's hints and looking at comparable makefiles, I think
> the needed change is:
> 
> Index: sipXcommserverLib/bin/Makefile.am
> ===================================================================
> --- sipXcommserverLib/bin/Makefile.am (revision 13940)
> +++ sipXcommserverLib/bin/Makefile.am (working copy)
> @@ -28,7 +28,7 @@
>  
>  setupbin_IN = $(foreach file,$(setupbin_SCRIPTS),$(file).in)
>  
> -EXTRA_DIST = $(foreach sipxScript,$(LOCAL_SHELLSCRIPTS),$(sipxScript).in)
> +EXTRA_DIST = $(foreach sipxScript,$(LOCAL_SHELLSCRIPTS) 
> $(setupbin_SCRIPTS),$(sipxScript).in)
>  
>  noinst_PROGRAMS = \
>       sipxconfigrpc \
> 
> It passes the test Damian proposed.  I'll check it in and see if the
> RPMs build.
> 
> Dale
> 
> 

I have committed changes, on top of Dale's changes, that should take
care of the problem with building RPMs.  I also believe that i fixed the
permission issue that Carolyn was seeing.  As always, I welcome reviews
of this code as make and autoconf are not my strong suite.  Thanks to
Damian and Dale for their help in figuring out the problem(s)

Kevin


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to