~ubuntu-branches/ubuntu/quantal/file-roller/quantal

« back to all changes in this revision

Viewing changes to data/ui/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-06 13:13:15 UTC
  • mfrom: (1.2.102)
  • Revision ID: package-import@ubuntu.com-20120606131315-v6o9g8e0cq9olkq1
Tags: 3.5.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libgtk-3-dev
  - Replace build-depends on gnome-doc-utils with yelp-tools
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
uidir = $(datadir)/file-roller/ui
2
 
ui_DATA =                       \
3
 
        add-options.ui          \
4
 
        batch-add-files.ui      \
5
 
        batch-password.ui       \
6
 
        delete.ui               \
7
 
        new.ui                  \
8
 
        password.ui             \
9
 
        properties.ui           \
10
 
        update.ui
11
 
 
12
 
EXTRA_DIST = $(ui_DATA)
13
 
 
14
 
-include $(top_srcdir)/git.mk