Move library source to src/ directory

pull/3/head
Roland Lutz 2015-03-02 19:29:10 +01:00
parent ae37fb783e
commit 9b68bf8f7b
3 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,7 @@ exposed = \
exposed/CDemo.c \
exposed/DOC.txt \
exposed/Makefile \
exposed/VbDemo.vb \
exposed/lib.cpp
exposed/VbDemo.vb
EXTRA_DIST = \
$(exposed) \

View File

@ -5,13 +5,13 @@ AUTOMAKE_OPTIONS = subdir-objects
noinst_LIBRARIES = libslvs.a
libslvs_a_SOURCES = \
../exposed/lib.cpp \
util.cpp \
entity.cpp \
expr.cpp \
constraint.cpp \
constrainteq.cpp \
system.cpp
system.cpp \
lib.cpp
libslvs_a_CPPFLAGS = -DLIBRARY -I$(top_srcdir)/include
AM_CPPFLAGS = $(FLTK_CXXFLAGS) $(LIBSPNAV_CPPFLAGS)