diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-05-16 03:05:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-16 03:05:19 +0800 |
commit | 76c50b69056fcc6ed1ee518f353d8e91e4da99ab (patch) | |
tree | 5c1fb86ba327ab06c3305bfee2b29ed2da8088d8 /data/Makefile.am | |
parent | 6f5737b0012265b87f01d9bdf8c654930c5a0099 (diff) | |
download | gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.gz gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.zst gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.zip |
Set bugzilla information in desktop file and add it to POTFILES.in
2006-05-15 Xavier Claessens <xclaesse@gmail.com>
* configure.ac:
* data/empathy.desktop.in:
* data/Makefile.am:
* data/empathy.desktop.in.in:
* po/POTFILES.in: Set bugzilla information in desktop file and add it
to POTFILES.in
svn path=/trunk/; revision=68
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 093565c87..eca5bf4a2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -43,11 +43,13 @@ endif EXTRA_DIST = \ $(image_DATA) \ - $(autostart_DATA) \ $(profile_DATA) \ + $(autostart_in_files) \ + $(autostart_DATA) \ $(schemas_in_files) \ $(schemas_DATA) -DISTCLEANFILES = \ +DISTCLEANFILES = \ + $(autostart_DATA) \ $(schemas_DATA) |