File: Makefile.am

package info (click to toggle)
ayttm 0.6.3-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,372 kB
  • ctags: 8,851
  • sloc: ansic: 65,755; sh: 10,810; cpp: 3,092; makefile: 564; yacc: 294; lex: 53; sed: 16
file content (19 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = libirc

pkglib_LTLIBRARIES = irc.la

AM_CFLAGS = $(GTK_CFLAGS) -I$(top_srcdir)/src -Ilibirc

noinst_HEADERS = irc.h

if MINGW32
WIN32_LDFLAGS = -no-undefined
WIN32_LIBADD = -L../../src -layttm -lintl -lglib-2.0 -lws2_32 -lgtk
endif

irc_la_SOURCES = irc.c

irc_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
irc_la_LIBADD = libirc/*.lo $(WIN32_LIBADD)
# Gets rid of the datarootdir warning
datarootdir=@datarootdir@