File: Makefile.am

package info (click to toggle)
libgadu 1%3A1.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,637
  • sloc: ansic: 21,238; perl: 370; makefile: 208; sh: 97
file content (9 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
noinst_PROGRAMS = send httphash conn-async status
LDADD = $(top_builddir)/src/libgadu.la
AM_LDFLAGS = @LDFLAGS_NO_INSTALL@
EXTRA_DIST = register.c remind.c token.c

#necessary for network.h file
AM_CFLAGS = -I$(top_srcdir)/include

httphash_CFLAGS = -DGG_IGNORE_DEPRECATED