From 99b7fd24c2631f030dab249f89b5a15326459fcb Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 6 Mar 2011 17:35:06 +0100 Subject: nonrecbuild: Make "autoreconf" and "configure" run We still need to adapt the actual make rules and vars so that an actual build might work. --- storagemgr/Makefile-files | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'storagemgr') 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 -- cgit