diff options
author | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
commit | 70438138096a47b2505ac55634cd94947ce378b6 (patch) | |
tree | e45e49dda10a71616466500a4ab65d1c54b5f6c1 /data/ui/Makefile.am | |
download | engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.bz2 engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.xz |
initial
Diffstat (limited to 'data/ui/Makefile.am')
-rw-r--r-- | data/ui/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am new file mode 100644 index 0000000..728a233 --- /dev/null +++ b/data/ui/Makefile.am @@ -0,0 +1,15 @@ +uidir = $(datadir)/file-roller/ui +ui_DATA = \ + add-options.ui \ + batch-add-files.ui \ + batch-password.ui \ + delete.ui \ + new.ui \ + open-with.ui \ + password.ui \ + properties.ui \ + update.ui + +EXTRA_DIST = $(ui_DATA) + +-include $(top_srcdir)/git.mk |