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
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev