From 36d1bb8999ecfe305319c0f2b4313a169a368c13 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 13 Apr 2008 22:10:04 +0000 Subject: zoomedit: * Changed CPPFLAGS and LIBS handling * Added cross and dot product to Vector class * Added View classes --- src/View/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/View/Makefile.am (limited to 'src/View/Makefile.am') diff --git a/src/View/Makefile.am b/src/View/Makefile.am new file mode 100644 index 0000000..4ee107d --- /dev/null +++ b/src/View/Makefile.am @@ -0,0 +1,3 @@ +noinst_LTLIBRARIES = libview.la + +libview_la_SOURCES = TopView.cpp -- cgit v1.2.3