Changeset 83afe0 for molecuilder/src/Makefile.am
- Timestamp:
- May 8, 2010, 6:30:53 PM (16 years ago)
- Children:
- 7ac765
- Parents:
- 401b97
- File:
-
- 1 edited
-
molecuilder/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
r401b97 r83afe0 124 124 UISOURCE = \ 125 125 ${ACTIONSSOURCE} \ 126 ${COMMANDLINEUISOURCE} \ 126 127 ${MENUSOURCE} \ 127 128 ${TEXTUISOURCE} \ … … 133 134 UIHEADER = \ 134 135 ${ACTIONSHEADER} \ 136 ${COMMANDLINEUIHEADER} \ 135 137 ${MENUHEADER} \ 136 138 ${TEXTUIHEADER} \ … … 150 152 UIElements/TextUIFactory.hpp \ 151 153 UIElements/TextWindow.hpp 154 155 COMMANDLINEUISOURCE = \ 156 UIElements/CommandLineDialog.cpp \ 157 UIElements/CommandLineStatusIndicator.cpp \ 158 UIElements/CommandLineUIFactory.cpp \ 159 UIElements/CommandLineWindow.cpp 160 COMMANDLINEUIHEADER = \ 161 UIElements/CommandLineDialog.hpp \ 162 UIElements/CommandLineStatusIndicator.hpp \ 163 UIElements/CommandLineUIFactory.hpp \ 164 UIElements/CommandLineWindow.hpp 152 165 153 166 # all these files are only used for legacy reasons while the transition is in progress
Note:
See TracChangeset
for help on using the changeset viewer.
