]> git.mxchange.org Git - flightgear.git/blob - src/Model/Makefile.am
- Added "SG" prefix to sound classes that recently moved to SimGear.
[flightgear.git] / src / Model / Makefile.am
1 noinst_LIBRARIES = libModel.a
2
3 libModel_a_SOURCES = \
4         acmodel.cxx acmodel.hxx \
5         loader.cxx loader.hxx \
6         model.cxx model.hxx \
7         model_panel.cxx model_panel.hxx \
8         modelmgr.cxx modelmgr.hxx \
9         panelnode.cxx panelnode.hxx
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src