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. --- raslib/Makefile-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'raslib') diff --git a/raslib/Makefile-files b/raslib/Makefile-files index 299db85..391019d 100644 --- a/raslib/Makefile-files +++ b/raslib/Makefile-files @@ -31,7 +31,8 @@ libraslib_la_CPPFLAGS = $(AM_CPPFLAGS) libraslib_la_CPPFLAGS += $(CLIENT_CPPFLAGS) -pkglib_LTLIBRARIES = libraslib.la +pkglib_LTLIBRARIES += libraslib.la + libraslib_la_SOURCES= sinterval.hh dlist.hh point.hh minterval.hh error.hh \ rmdebug.hh rminit.hh metaobject.hh type.hh marraytype.hh \ basetype.hh primitivetype.hh sintervaltype.hh \ -- cgit