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