File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ if (GTK2_FOUND)
42
42
endif ()
43
43
44
44
set (LIB_PUBLIC_HEADERS
45
- unity -gtk-parser.h
45
+ appmenu -gtk-parser.h
46
46
unity-gtk-menu-shell.h
47
47
unity-gtk-action-group.h )
48
48
49
49
set (GTK_MODULE_INCLUDE_DIR ${CMAKE_INSTALL_INCLUDEDIR} /appmenu-gtk-parser )
50
50
51
- install (FILES "unity -gtk-parser.h" DESTINATION ${GTK_MODULE_INCLUDE_DIR} RENAME "appmenu-gtk-parser.h" )
51
+ install (FILES "appmenu -gtk-parser.h" DESTINATION ${GTK_MODULE_INCLUDE_DIR} RENAME "appmenu-gtk-parser.h" )
52
52
install (FILES "unity-gtk-menu-shell.h" DESTINATION ${GTK_MODULE_INCLUDE_DIR} RENAME "appmenu-gtk-menu-shell.h" )
53
53
install (FILES "unity-gtk-action-group.h" DESTINATION ${GTK_MODULE_INCLUDE_DIR} RENAME "appmenu-gtk-action-group.h" )
Original file line number Diff line number Diff line change 20
20
#ifndef __UNITY_GTK_PARSER_H__
21
21
#define __UNITY_GTK_PARSER_H__
22
22
23
- #include <unity -gtk-action-group.h>
24
- #include <unity -gtk-menu-shell.h>
23
+ #include <appmenu -gtk-action-group.h>
24
+ #include <appmenu -gtk-menu-shell.h>
25
25
26
26
#endif /* __UNITY_GTK_PARSER_H__ */
Original file line number Diff line number Diff line change 17
17
18
18
*/
19
19
20
- #include "unity-gtk-parser.h"
20
+ #include <unity-gtk-action-group.h>
21
+ #include <unity-gtk-menu-shell.h>
21
22
#include <gdk/gdkx.h>
22
23
#include <gtk/gtk.h>
23
24
You can’t perform that action at this time.
0 commit comments