source: GTP/trunk/App/Demos/Geom/OgreStuff/include/CEGUI/elements/Makefile.am @ 1812

Revision 1812, 3.3 KB checked in by gumbau, 18 years ago (diff)
Line 
1pkgincludedir=$(prefix)/include/CEGUI/elements
2pkginclude_HEADERS = CEGUIButtonBase.h \
3                     CEGUIButtonBaseProperties.h \
4                     CEGUICheckbox.h \
5                     CEGUICheckboxProperties.h \
6                     CEGUIComboDropList.h \
7                     CEGUICombobox.h \
8                     CEGUIComboboxProperties.h \
9                     CEGUIDragContainer.h \
10                     CEGUIDragContainerProperties.h \
11                     CEGUIEditbox.h \
12                     CEGUIEditboxProperties.h \
13                     CEGUIFrameWindow.h \
14                     CEGUIFrameWindowProperties.h \
15                     CEGUIGUISheet.h \
16                     CEGUIItemEntry.h \
17                     CEGUIItemListBase.h \
18                     CEGUIItemListBaseProperties.h \
19                     CEGUIListHeader.h \
20                     CEGUIListHeaderProperties.h \
21                     CEGUIListbox.h \
22                     CEGUIListboxItem.h \
23                     CEGUIListboxProperties.h \
24                     CEGUIListboxTextItem.h \
25                     CEGUIListHeader.h \
26                     CEGUIListHeaderProperties.h \
27                     CEGUIListHeaderSegment.h \
28                     CEGUIListHeaderSegmentProperties.h \
29                     CEGUIMenubar.h \
30                     CEGUIMenuBase.h \
31                     CEGUIMenuBaseProperties.h \
32                     CEGUIMenuItem.h \
33                     CEGUIMenuItemProperties.h \
34                     CEGUIMultiColumnList.h \
35                     CEGUIMultiColumnListProperties.h \
36                     CEGUIMultiLineEditbox.h \
37                     CEGUIMultiLineEditboxProperties.h \
38                     CEGUIPopupMenu.h \
39                     CEGUIPopupMenuProperties.h \
40                     CEGUIProgressBar.h \
41                     CEGUIProgressBarProperties.h \
42                     CEGUIPushButton.h \
43                     CEGUIPushButtonProperties.h \
44                     CEGUIRadioButton.h \
45                     CEGUIRadioButtonProperties.h \
46                     CEGUIScrollablePane.h \
47                     CEGUIScrollablePaneProperties.h \
48                     CEGUIScrollbar.h \
49                     CEGUIScrollbarProperties.h \
50                     CEGUIScrolledContainer.h \
51                     CEGUIScrolledContainerProperties.h \
52                     CEGUISlider.h \
53                     CEGUISliderProperties.h \
54                     CEGUISpinner.h \
55                     CEGUISpinnerProperties.h \
56                     CEGUIStatic.h \
57                     CEGUIStaticImage.h \
58                     CEGUIStaticImageProperties.h \
59                     CEGUIStaticProperties.h \
60                     CEGUIStaticText.h \
61                     CEGUIStaticTextProperties.h \
62                     CEGUITabButton.h \
63                     CEGUITabControl.h \
64                     CEGUITabControlProperties.h \
65                     CEGUITabPane.h \
66                     CEGUITextItem.h \
67                     CEGUITextItemProperties.h \
68                     CEGUIThumb.h \
69                     CEGUIThumbProperties.h \
70                     CEGUITitlebar.h \
71                     CEGUITitlebarProperties.h \
72                     CEGUITooltip.h \
73                     CEGUITooltipProperties.h
Note: See TracBrowser for help on using the repository browser.