File: Makefile.am

package info (click to toggle)
ayttm 0.6.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,368 kB
  • ctags: 8,851
  • sloc: ansic: 65,755; sh: 10,810; cpp: 3,092; makefile: 561; yacc: 294; lex: 53; sed: 16
file content (15 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EXTRA_DIST = select-keys.h
AM_CFLAGS = $(GPGME_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)/src -D_FILE_OFFSET_BITS=64 

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

pkglib_LTLIBRARIES = aycryption.la

aycryption_la_SOURCES = aycryption.c select-keys.c
aycryption_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
aycryption_la_LIBADD = $(GPGME_LIBS) $(WIN32_LIBADD)
# Gets rid of the datarootdir warning
datarootdir=@datarootdir@