File: Makefile.am

package info (click to toggle)
abiword 3.0.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,532 kB
  • sloc: cpp: 477,427; ansic: 16,754; makefile: 5,785; xml: 4,014; yacc: 1,818; lex: 1,104; perl: 812; python: 413; php: 183; sh: 169
file content (25 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

noinst_LTLIBRARIES = libxp.la

AM_CPPFLAGS = \
	-I$(srcdir)/crypto \
	$(OPENDOCUMENT_CFLAGS) \
	-DABI_BUILD_VERSION=\"$(VERSION)\"

libxp_la_SOURCES = \
	crypto/gc-pbkdf2-sha1.c \
	crypto/gc-pbkdf2-sha1.h \
	crypto/hmac-sha1.c \
	crypto/hmac.h \
	crypto/memxor.c \
	crypto/memxor.h \
	crypto/sha1.c \
	crypto/sha1.h \
	ie_impexp_OpenDocument.cpp \
	ODc_Crypto.cpp \
	ODc_Crypto.h \
	ODc_util.cpp \
	ODc_util.h

EXTRA_DIST = \
	crypto/README