Skip to content
Snippets Groups Projects
Commit 927abb88 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1167: Modificatiosn for makeversion.

parent fc8f0e11
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ AC_OUTPUT( ...@@ -47,7 +47,6 @@ AC_OUTPUT(
src/Makefile src/Makefile
test/Makefile test/Makefile
include/Makefile include/Makefile
include/GCF/Makefile
include/GCF/PVSS/Makefile include/GCF/PVSS/Makefile
Makefile Makefile
GCFPVSS.spec GCFPVSS.spec
......
SUBDIRS = PVSS
include $(top_srcdir)/Makefile.common
pkgincludedir = $(includedir)/GCF/PVSS pkgincludedir = $(includedir)/GCF/PVSS
pkginclude_HEADERS = GCF_PValue.h \ pkginclude_HEADERS = Package__Version.h GCF_PValue.h \
GCF_PVChar.h \ GCF_PVChar.h \
GCF_PVBool.h \ GCF_PVBool.h \
GCF_PVDouble.h \ GCF_PVDouble.h \
......
SUBDIRS = GCF SUBDIRS = GCF/PVSS
include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.common
...@@ -5,7 +5,7 @@ NODOCHDRS = GSA_SCADAHandler.h \ ...@@ -5,7 +5,7 @@ NODOCHDRS = GSA_SCADAHandler.h \
lib_LTLIBRARIES = libgcfpvss.la lib_LTLIBRARIES = libgcfpvss.la
libgcfpvss_la_SOURCES=$(NODOCHDRS) \ libgcfpvss_la_SOURCES= Package__Version.cc $(NODOCHDRS) \
GCF_PValue.cc \ GCF_PValue.cc \
GCF_PVChar.cc \ GCF_PVChar.cc \
GCF_PVBool.cc \ GCF_PVBool.cc \
...@@ -24,5 +24,11 @@ libgcfpvss_la_SOURCES=$(NODOCHDRS) \ ...@@ -24,5 +24,11 @@ libgcfpvss_la_SOURCES=$(NODOCHDRS) \
AM_CPPFLAGS = -DLOFARLOGGER_SUBPACKAGE=\"PVSS\" AM_CPPFLAGS = -DLOFARLOGGER_SUBPACKAGE=\"PVSS\"
bin_PROGRAMS = versiongcfpvss
versiongcfpvss_SOURCES = versiongcfpvss.cc
versiongcfpvss_LDADD = libgcfpvss.la
versiongcfpvss_DEPENDENCIES = libgcfpvss.la $(LOFAR_DEPEND)
include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.common
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment