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

« back to all changes in this revision

Viewing changes to config.mk

  • Committer: Bazaar Package Importer
  • Author(s): David Ammouial
  • Date: 2009-06-19 23:14:39 UTC
  • mfrom: (1.1.4 upstream) (2.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090619231439-xmcr03qdpzswarvi
Tags: 0.13+cvs20090617-1
* New CVS snapshot:
  - Some bugfixes and code cleanup.
  - Allow to build on ia64 (Closes: #530304).
* Bump Standards-Version to 3.8.2 (no changes). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        -I${IRSSI_INCLUDE}/src \
18
18
        -I${IRSSI_INCLUDE}/src/core \
19
19
        -I$(IRSSI_INCLUDE)/src/fe-common/core \
 
20
        -I$(IRSSI_INCLUDE)/src/fe-text \
20
21
        `pkg-config --cflags loudmouth-1.0`
21
22
LIBS =  ${LIB_LIBS}
22
23
 
25
26
LDFLAGS = -shared ${LIBS}
26
27
 
27
28
# debug
28
 
CFLAGS += -W -ggdb -Wall
 
29
CFLAGS += -W -ggdb -Wall -Wno-unused-parameter
29
30
 
30
31
# compiler and linker
31
32
CC = cc