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

Bug 1167: Modifications for makeversion.

parent 9b55e58c
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ dnl Output Makefiles ...@@ -65,7 +65,6 @@ dnl Output Makefiles
dnl dnl
AC_OUTPUT( AC_OUTPUT(
include/Makefile include/Makefile
include/APL/Makefile
include/APL/APLCommon/Makefile include/APL/APLCommon/Makefile
src/Makefile src/Makefile
test/Makefile test/Makefile
......
pkgincludedir = $(includedir)/APL/APLCommon pkgincludedir = $(includedir)/APL/APLCommon
pkginclude_HEADERS = \ pkginclude_HEADERS = Package__Version.h \
APLCommonExceptions.h \ APLCommonExceptions.h \
APL_Defines.h \ APL_Defines.h \
APLUtilities.h \ APLUtilities.h \
......
SUBDIRS = APLCommon
include $(top_srcdir)/Makefile.common
SUBDIRS = APL SUBDIRS = APL/APLCommon
include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.common
...@@ -16,7 +16,7 @@ libaplcommon_la_CPPFLAGS = -DBOOST_DISABLE_THREADS \ ...@@ -16,7 +16,7 @@ libaplcommon_la_CPPFLAGS = -DBOOST_DISABLE_THREADS \
-fmessage-length=0 \ -fmessage-length=0 \
-fdiagnostics-show-location=once -fdiagnostics-show-location=once
libaplcommon_la_SOURCES = $(DOCHDRS) \ libaplcommon_la_SOURCES = Package__Version.cc $(DOCHDRS) \
StartDaemon_Protocol.cc \ StartDaemon_Protocol.cc \
Controller_Protocol.cc \ Controller_Protocol.cc \
APLUtilities.cc \ APLUtilities.cc \
...@@ -44,5 +44,11 @@ ph_HEADERS = StartDaemon_Protocol.ph \ ...@@ -44,5 +44,11 @@ ph_HEADERS = StartDaemon_Protocol.ph \
clean-local: clean-local:
rm -f *.ph rm -f *.ph
bin_PROGRAMS = versionaplcommon
versionaplcommon_SOURCES = versionaplcommon.cc
versionaplcommon_LDADD = libaplcommon.la
versionaplcommon_DEPENDENCIES = libaplcommon.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