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

Bug 1167: Modifications for makeversion.

parent ac22e571
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,5 @@ AC_OUTPUT(
src/Makefile
test/Makefile
include/Makefile
include/APL/Makefile
include/APL/RTCCommon/Makefile
)
SUBDIRS = RTCCommon
include $(top_srcdir)/Makefile.common
pkginclude_HEADERS = Package__Version.h
# if HAVE_SHMEM
# SUBDIRS = shmem .
# endif
......
SUBDIRS = APL
SUBDIRS = APL/RTCCommon
include $(top_srcdir)/Makefile.common
......@@ -23,7 +23,7 @@ sysconf_DATA =
lib_LTLIBRARIES = librtccommon.la libgnuplot_i.la
librtccommon_la_SOURCES = \
librtccommon_la_SOURCES = Package__Version.cc \
Timestamp.cc \
Subject.cc \
daemonize.c \
......@@ -47,4 +47,10 @@ libgnuplot_i_la_SOURCES = \
%.top: %.top.in
cp $< $@
bin_PROGRAMS = versionrtccommon
versionrtccommon_SOURCES = versionrtccommon.cc
versionrtccommon_LDADD = librtccommon.la
versionrtccommon_DEPENDENCIES = librtccommon.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