File: Makefile.am

package info (click to toggle)
gnome-keyring-sharp 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 764 kB
  • ctags: 319
  • sloc: sh: 3,356; xml: 1,151; cs: 894; makefile: 124; ansic: 29
file content (6 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
lib_LTLIBRARIES = libgnome-keyring-sharp-glue.la

libgnome_keyring_sharp_glue_la_SOURCES = glue.c
libgnome_keyring_sharp_glue_la_LDFLAGS = -module -avoid-version -no-undefined
libgnome_keyring_sharp_glue_la_LIBADD = $(GNOME_KEYRING_LIBS)
libgnome_keyring_sharp_glue_la_CFLAGS = $(GNOME_KEYRING_CFLAGS)