forked from avati/libevil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
24 lines (17 loc) · 706 Bytes
/
Makefile.am
File metadata and controls
24 lines (17 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
EXTRA_DIST = autogen.sh COPYING INSTALL build-static-gpg.sh gluster-lic.spec
bin_SCRIPTS = gluster-lic-request gluster-lic-setup gluster-lic-install gluster-lic-sign gluster-lic-info gluster-lic-register
bin_PROGRAMS = gpgv
etc_profile_d_SCRIPTS = gluster-lic.sh
etc_profile_ddir = /etc/profile.d
gpgv_SOURCES =
gpgv: $(srcdir)/build-static-gpg.sh
$(srcdir)/build-static-gpg.sh
noinst_HEADERS = libevil.h md5.c
le_PROGRAMS = libevil.so
ledir = $(libdir)
libevil_so_SOURCES = libevil.c
libevil_so_CFLAGS = -D_GNU_SOURCE -fPIC -Wall -pthread -shared
libevil_so_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
libevil_so_LDFLAGS = -module -avoidversion -shared -ldl
# libevil_la_LIBADD =
CLEANFILES =