File: Makefile.am

package info (click to toggle)
hexchat 2.10.1-1%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 16,676 kB
  • ctags: 6,393
  • sloc: ansic: 61,990; sh: 11,673; xml: 3,987; perl: 1,144; cs: 576; cpp: 323; makefile: 297; python: 45
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = 

libdir = $(hexchatlibdir)

lib_LTLIBRARIES = python.la
python_la_SOURCES = python.c
python_la_LDFLAGS = -avoid-version -module 
python_la_LIBADD = $(PY_LIBS)
AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common