]> git.mxchange.org Git - flightgear.git/blob - PUI/Makefile.am
fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves
[flightgear.git] / PUI / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libPUI.la
4
5 libPUI_la_SOURCES = \
6         pu.h puLocal.h \
7         complex.cxx \
8         pu.cxx \
9         puBox.cxx \
10         puButton.cxx \
11         puButtonBox.cxx \
12         puDialogBox.cxx \
13         puFrame.cxx \
14         puInput.cxx \
15         puInterface.cxx \
16         puMenuBar.cxx \
17         puObject.cxx \
18         puOneShot.cxx \
19         puPopup.cxx \
20         puPopupMenu.cxx \
21         puSlider.cxx \
22         puText.cxx
23
24 INCLUDES += -I$(top_builddir)
25