summaryrefslogtreecommitdiffstats
path: root/storagemgr
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 /storagemgr
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 'storagemgr')
-rw-r--r--storagemgr/Makefile-files9
1 files changed, 5 insertions, 4 deletions
diff --git a/storagemgr/Makefile-files b/storagemgr/Makefile-files
index 47922a5..705b25d 100644
--- a/storagemgr/Makefile-files
+++ b/storagemgr/Makefile-files
@@ -28,9 +28,10 @@
#
##################################################################
-pkglib_LTLIBRARIES = libstoragemgr.la
-libstoragemgr_la_SOURCES = sstoragelayout.cc sstoragelayout.hh \
- stgmddconfig.cc stgmddconfig.hh
+pkglib_LTLIBRARIES += libstoragemgr.la
-CLEANFILES= core client.bm client.dbg client.log ir.out
+libstoragemgr_la_SOURCES = sstoragelayout.cc sstoragelayout.hh
+libstoragemgr_la_SOURCES += stgmddconfig.cc stgmddconfig.hh
+
+CLEANFILES += core client.bm client.dbg client.log ir.out