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 (9 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
AM_CFLAGS = $(GTK_CFLAGS) -I$(top_srcdir)/src

pkglib_LTLIBRARIES = lj.la
lj_la_SOURCES = lj.c lj_httplib.c
lj_la_LDFLAGS = -module -avoid-version

noinst_HEADERS = lj_httplib.h lj.h
# Gets rid of the datarootdir warning
datarootdir=@datarootdir@