File: Makefile.am

package info (click to toggle)
everybuddy 0.2.1beta6-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,936 kB
  • ctags: 5,627
  • sloc: ansic: 50,783; sh: 8,559; yacc: 191; makefile: 182; perl: 97; lex: 50
file content (22 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = include


noinst_LIBRARIES = libEBjabber.a libjabber.a

EXTRA_DIST = libEBjabber.h

libEBjabber_a_SOURCES = libEBjabber.c

CFLAGS += $(EB_CFLAGS) $(GLIB_CFLAGS) -I../src -I../libproxy \
 -I./include/jabber  -I./include\
	-I$(top_srcdir)/libxode/include 
libjabber_a_SOURCES = \
	jid.c \
	log.c \
	pproxy.c \
	jutil.c \
	rate.c \
    jpacket.c \
    jconn.c