]> git.mxchange.org Git - simgear.git/blob - PUI/Makefile.am
More portability changes to help with windoze compilation problems.
[simgear.git] / PUI / Makefile.am
1 noinst_LIBRARIES = libPUI.a
2
3 EXTRA_DIST = complex.cxx simple.cxx
4
5 libPUI_a_SOURCES = \
6         pu.h puLocal.h \
7         pu.cxx \
8         puBox.cxx \
9         puButton.cxx \
10         puButtonBox.cxx \
11         puDialogBox.cxx \
12         puFrame.cxx \
13         puInput.cxx \
14         puInterface.cxx \
15         puMenuBar.cxx \
16         puObject.cxx \
17         puOneShot.cxx \
18         puPopup.cxx \
19         puPopupMenu.cxx \
20         puSlider.cxx \
21         puText.cxx
22
23 INCLUDES += -I$(top_builddir)
24