diff options
author | ZenWalker <[email protected]> | 2016-06-24 11:17:22 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2016-06-24 23:14:17 +0200 |
commit | 0d3a5b087f4bb6c118abe34a14ea27b86583f812 (patch) | |
tree | 79e93750318b932a626668fe9e046b7ab2c896df /data/ui/Makefile.am | |
parent | bcee9bdc706d1cf65bf800c2bcc96b236dab6ec5 (diff) | |
download | engrampa-0d3a5b087f4bb6c118abe34a14ea27b86583f812.tar.bz2 engrampa-0d3a5b087f4bb6c118abe34a14ea27b86583f812.tar.xz |
use GResource to store ui files
file-roller commit:
https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774
Diffstat (limited to 'data/ui/Makefile.am')
-rw-r--r-- | data/ui/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am deleted file mode 100644 index 09f9f79..0000000 --- a/data/ui/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -uidir = $(datadir)/engrampa/ui -ui_DATA = \ - add-options.ui \ - batch-add-files.ui \ - batch-password.ui \ - delete.ui \ - new.ui \ - password.ui \ - properties.ui \ - update.ui - -EXTRA_DIST = $(ui_DATA) - --include $(top_srcdir)/git.mk |