~ubuntu-branches/ubuntu/hoary/kvirc/hoary

« back to all changes in this revision

Viewing changes to data/config/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robin Verduijn
  • Date: 2004-12-14 15:32:19 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214153219-fdink3gyp2s20b6g
Tags: 2:2.1.3.1-2
* Change Recommends on xmms to a Suggests.
* Rebuild against KDE 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
datadir = $(configdir)
2
 
 
3
 
data_DATA = kvi.mime.conf kvi.tip_en.conf kvi.popup.conf kvi.alias.conf kvi.view.conf kvi.server.conf kvi.tip_it.conf
4
 
 
 
1
###############################################################################
 
2
#
 
3
#       KVIrc IRC client Makefile
 
4
#
 
5
###############################################################################
 
6
 
 
7
datadir    = $(configdir)
 
8
data_DATA  = $(shell find -name '*.conf')
5
9
EXTRA_DIST = $(data_DATA)