Skip to content
Snippets Groups Projects
Commit e7ec033c authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 468:

Added version info
parent ad71e97d
No related branches found
No related tags found
No related merge requests found
pkginclude_HEADERS = \
pkginclude_HEADERS = Package__Version.h \
DH_ProcControl.h \
PCCmd.h \
ProcControlComm.h \
......
lib_LTLIBRARIES = libplc.la
libplc_la_SOURCES = DH_ProcControl.cc \
libplc_la_SOURCES = Package__Version.cc DH_ProcControl.cc \
PCCmd.cc \
ProcControlComm.cc \
ProcControlServer.cc \
ACCmain.cc
bin_PROGRAMS = versionplc
versionplc_SOURCES = versionplc.cc
versionplc_LDADD = libplc.la
versionplc_DEPENDENCIES = libplc.la $(LOFAR_DEPEND)
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