mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
13 lines
196 B
Makefile
13 lines
196 B
Makefile
|
|
noinst_LTLIBRARIES = \
|
|
libegg.la
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)
|
|
|
|
libegg_la_SOURCES = \
|
|
egg-dh.c egg-dh.h \
|
|
egg-hkdf.c egg-hkdf.h \
|
|
egg-secure-memory.c egg-secure-memory.h \
|
|
$(BUILT_SOURCES)
|