- **status**: unassigned --> fixed


---

** [tickets:#3032] amf: sample build failure**

**Status:** fixed
**Milestone:** 5.19.06
**Created:** Thu Apr 18, 2019 06:41 AM UTC by Thuan
**Last Updated:** Thu Apr 18, 2019 06:41 AM UTC
**Owner:** Thuan


Incorrect file name in samples/amf/containter/Makefile.am

Proposal fix
~~~
diff --git a/samples/amf/container/Makefile.am 
b/samples/amf/container/Makefile.am
index 299a947..dc09721 100644
--- a/samples/amf/container/Makefile.am
+++ b/samples/amf/container/Makefile.am
@@ -19,7 +19,7 @@ include $(top_srcdir)/Makefile.common
 MAINTAINERCLEANFILES = Makefile.in
 
 EXTRA_DIST = \
-       amf_container_demo_script \
+       amf_container_script \
        AppConfig-container.xml \
        AppConfig-contained-2N.xml \
        README
@@ -31,7 +31,7 @@ amf_container_demo_CPPFLAGS = \
        $(AM_CPPFLAGS)
 
 amf_container_demo_SOURCES = \
-       amf_container_demo.c
+       amf_container.c
 
 amf_container_demo_LDADD = \
        @SAF_AIS_AMF_LIBS@
~~~


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to