File: Makefile.am

package info (click to toggle)
ickle 0.2.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,252 kB
  • ctags: 2,353
  • sloc: cpp: 12,371; sh: 6,963; makefile: 144; perl: 76
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## Process with automake to produce Makefile.in
##

noinst_PROGRAMS = ickle-shell

LDFLAGS = @SIGC_LIBS@
INCLUDES = -I$(top_srcdir)/src/ \
           @SIGC_CFLAGS@

ickle_shell_SOURCES = shell.cpp
ickle_shell_LDADD = $(top_srcdir)/src/libicq2000.la
ickle_shell_DEPENDENCIES = $(top_srcdir)/src/libicq2000.la