summaryrefslogtreecommitdiffstats
path: root/network/Makefile-files
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 17:35:06 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit99b7fd24c2631f030dab249f89b5a15326459fcb (patch)
tree3813fe7bd2543718388fbac659a54d436ead47c5 /network/Makefile-files
parent02bf6022d153b9abeb513b0055510559f873da93 (diff)
downloadrasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.gz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.xz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.zip
nonrecbuild: Make "autoreconf" and "configure" run
We still need to adapt the actual make rules and vars so that an actual build might work.
Diffstat (limited to 'network/Makefile-files')
-rw-r--r--network/Makefile-files6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/Makefile-files b/network/Makefile-files
index 78f9f72..5055fca 100644
--- a/network/Makefile-files
+++ b/network/Makefile-files
@@ -1,3 +1,4 @@
+# -*-Makefile-*- (for Emacs)
#
# This file is part of rasdaman community.
#
@@ -28,7 +29,8 @@
#
##################################################################
-pkglib_LTLIBRARIES = libnetwork.la
+pkglib_LTLIBRARIES += libnetwork.la
+
libnetwork_la_SOURCES= akgnet_commbuffer.cc akgnet_commbuffer.hh \
akgnet_file.cc akgnet_file.hh \
akgnet_nbcomm.cc akgnet_nbcomm.hh \
@@ -40,4 +42,4 @@ libnetwork_la_SOURCES= akgnet_commbuffer.cc akgnet_commbuffer.hh \
akgnetwork.hh akgnet_common.hh
-CLEANFILES=core
+CLEANFILES += core