]> git.mxchange.org Git - simgear.git/blob - PUI/Makefile.am
b4172b5fda1a0386994a3e0265c49a228e1571ed
[simgear.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         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