Code reorganizations. Added a Lib/ directory for more general libraries.

This commit is contained in:
curt
1998-04-14 02:23:15 +00:00
parent 63ea6cd15a
commit e543b5228c
2 changed files with 4 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ libMath_la_SOURCES = \
polar.c polar.h \
vector.c vector.h
INCLUDES += -I..
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator