mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 20:58:52 +00:00
19 lines
320 B
Makefile
19 lines
320 B
Makefile
|
include $(top_srcdir)/Makefile.decl
|
||
|
|
||
|
NULL =
|
||
|
|
||
|
module_flags = \
|
||
|
-export_dynamic \
|
||
|
-avoid-version \
|
||
|
-module \
|
||
|
-no-undefined \
|
||
|
-export-symbols-regex '^gsecret_'
|
||
|
|
||
|
lib_LTLIBRARIES = libgsecret.la
|
||
|
|
||
|
libgsecret_la_SOURCES = \
|
||
|
gsecret-data.h gsecret-data.c
|
||
|
|
||
|
libgsecret_la_LIBADD = \
|
||
|
$(top_builddir)/egg/libegg.la \
|
||
|
$(LIBS)
|