~ubuntu-branches/ubuntu/jaunty/irssi-plugin-xmpp/jaunty

« back to all changes in this revision

Viewing changes to src/rules.mk

  • Committer: Bazaar Package Importer
  • Author(s): David Ammouial
  • Date: 2008-06-23 16:03:33 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080623160333-3wwbzgtzwznjjvrf
Tags: 0.13+cvs20080610-1
* New CVS snapshot:
  - New features and bugfixes.
  - Fix ignoring of messages without a type attribute (Closes: #477989).
* Depend on irssi >=0.8.12 (Closes: #469923).
* Add FAQ and MUC to documentation files (Closes: #485595).
* debian/rules: install help files in irssi help directory.
* debian/rules: Remove useless "make -n" command in build-stamp rule.
* Bump Standards-Version to 3.8.0 (no changes needed). 
* debian/control: Add "Enhances: irssi".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: rules.mk,v 1.4 2007/12/21 17:03:35 errtu Exp $
 
1
# $Id: rules.mk,v 1.5 2008/01/28 19:04:27 errtu Exp $
2
2
 
3
3
include ../../config.mk
4
4
 
10
10
        @echo ${CC} -c $<
11
11
        @${CC} -c $< ${CFLAGS}
12
12
 
13
 
${LIB}: $(OBJS)
 
13
${LIB}: ${OBJS}
14
14
        @echo ${CC} -o lib$@.so
15
15
        @${CC} -o lib$@.so ${OBJS} ${LDFLAGS}
16
16