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

Bug 1167: Modifications for make Version.

parent ca20a7ab
No related branches found
No related tags found
No related merge requests found
pkginclude_HEADERS = Converter.h \ pkginclude_HEADERS = Package__Version.h Converter.h \
ClassifConv.h \ ClassifConv.h \
ParamTypeConv.h \ ParamTypeConv.h \
TreeStateConv.h \ TreeStateConv.h \
......
lib_LTLIBRARIES = libotdb.la lib_LTLIBRARIES = libotdb.la
libotdb_la_SOURCES = $(DOCHDRS) \ libotdb_la_SOURCES = Package__Version.cc $(DOCHDRS) \
OTDBconnection.cc \ OTDBconnection.cc \
misc.cc \ misc.cc \
OTDBtree.cc \ OTDBtree.cc \
...@@ -20,4 +20,10 @@ libotdb_la_SOURCES = $(DOCHDRS) \ ...@@ -20,4 +20,10 @@ libotdb_la_SOURCES = $(DOCHDRS) \
# OTDBevent.cc \ # OTDBevent.cc \
# OTDBeventList.cc # OTDBeventList.cc
bin_PROGRAMS = versionotdb
versionotdb_SOURCES = versionotdb.cc
versionotdb_LDADD = libotdb.la
versionotdb_DEPENDENCIES = libotdb.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