diff --git a/src/makeBaseExt/top/exampleExt/Makefile b/src/makeBaseExt/top/exampleExt/Makefile index ea4bd71d5..618991fa7 100644 --- a/src/makeBaseExt/top/exampleExt/Makefile +++ b/src/makeBaseExt/top/exampleExt/Makefile @@ -2,12 +2,12 @@ TOP=../.. include $(TOP)/configure/CONFIG PROD_HOST = caExample -caExample_SRCS += caExample.cc -#caExample_CFLAGS += -#caExample_LDFLAGS += -caExample_LIBS += ca Com -ca_LIB=$(EPICS_BASE_LIB) -Com_LIB=$(EPICS_BASE_LIB) +caExample_SRCS += caExample.c +caExample_LIBS += $(EPICS_BASE_HOST_LIBS) + +#caExample_CFLAGS += #C source file compiler flags, e.g. -DMYDEF=3 +#caExample_LDFLAGS += #Linker flags, e.g. -L$(MOTIF_LIB) -L$(X11_LIB) +#caExample_SYS_LIBS_solaris += #System libraries for OS_CLASS solaris, e.g. socket include $(TOP)/configure/RULES diff --git a/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM b/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM index 5b02d3ca5..56dce9346 100644 --- a/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM +++ b/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM @@ -2,7 +2,7 @@
-

caget Release Notes

+

caExample Release Notes

author name