diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 18:01:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 18:01:18 -0600 |
commit | 50fa73a8cae405b8601972cd3568bda61cf6f736 (patch) | |
tree | b34adf3a040f798131adffa63d8dd84700fd1f61 /src/GUIFileList.txt | |
parent | 6f6e37706e234f1a63c3e419dd1541cb04bc0778 (diff) | |
download | rosegarden-50fa73a8cae405b8601972cd3568bda61cf6f736.tar.gz rosegarden-50fa73a8cae405b8601972cd3568bda61cf6f736.zip |
Fix FTBFS
Diffstat (limited to 'src/GUIFileList.txt')
-rw-r--r-- | src/GUIFileList.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GUIFileList.txt b/src/GUIFileList.txt index 75403e0..37838f6 100644 --- a/src/GUIFileList.txt +++ b/src/GUIFileList.txt @@ -2,8 +2,8 @@ # find commands/ document/ gui/ -iname '*.cpp' -or -iname '*.h' > list.txt SET(gui_dcop_SRCS - gui/application/RosegardenIface.h - gui/editors/segment/TrackEditorIface.h + gui/application/RosegardenIface.skel + gui/editors/segment/TrackEditorIface.skel ) SET(ui_SRCS |