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

Bug 1167: Modifications for makeversion.

parent 87eb7dc9
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,6 @@ MAC/APL/RTDBCommon/Makefile.am -text
MAC/APL/RTDBCommon/RTDBCommon.spec.in -text
MAC/APL/RTDBCommon/bootstrap -text
MAC/APL/RTDBCommon/configure.in -text
MAC/APL/RTDBCommon/include/APL/Makefile.am -text
MAC/APL/RTDBCommon/include/APL/RTDBCommon/Makefile.am -text
MAC/APL/RTDBCommon/include/APL/RTDBCommon/RTDButilities.h -text
MAC/APL/RTDBCommon/include/Makefile.am -text
......
......@@ -66,7 +66,6 @@ dnl Output Makefiles
dnl
AC_OUTPUT(
include/Makefile
include/APL/Makefile
include/APL/RTDBCommon/Makefile
src/Makefile
test/Makefile
......
SUBDIRS = RTDBCommon
include $(top_srcdir)/Makefile.common
......@@ -3,7 +3,7 @@ INSTHDRS = RTDButilities.h
NOINSTHDRS =
TCCHDRS =
pkgincludedir = $(includedir)/APL/RTDBCommon
pkginclude_HEADERS = $(INSTHDRS) $(TCCHDRS)
pkginclude_HEADERS = Package__Version.h $(INSTHDRS) $(TCCHDRS)
noinst_HEADERS = $(NOINSTHDRS)
......
SUBDIRS = APL
SUBDIRS = APL/RTDBCommon
include $(top_srcdir)/Makefile.common
......@@ -9,8 +9,14 @@ pkginclude_HEADERS = $(BUILT_SOURCES)
lib_LTLIBRARIES = librtdbcommon.la
librtdbcommon_la_SOURCES = $(BUILT_SOURCES) \
librtdbcommon_la_SOURCES = Package__Version.cc $(BUILT_SOURCES) \
RTDButilities.cc
bin_PROGRAMS = versionaplcommon
versionaplcommon_SOURCES = versionaplcommon.cc
versionaplcommon_LDADD = librtdbcommon.la
versionaplcommon_DEPENDENCIES = librtdbcommon.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