diff options
Diffstat (limited to 'src/gtkext/Makefile.am')
-rw-r--r-- | src/gtkext/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index c63a447..839ee8f 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -31,6 +31,7 @@ IMG_PATH = ../../data/images RES_FILES = \ hexview.css \ hexview.ui \ + launcher.ui \ statusstack.ui \ $(IMG_PATH)/nolock-symbolic.svg \ $(IMG_PATH)/locked-symbolic.svg \ @@ -51,6 +52,8 @@ libgtkext4_la_SOURCES = \ helpers.h \ hexview-int.h \ hexview.h hexview.c \ + launcher-int.h \ + launcher.h launcher.c \ panel-int.h \ panel.h panel.c \ resources.h resources.c \ |