File: Makefile-examples.am

package info (click to toggle)
gobject-introspection 1.32.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,880 kB
  • sloc: ansic: 33,799; sh: 11,293; python: 7,284; yacc: 1,410; makefile: 400; lex: 329; perl: 254; xml: 178
file content (5 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
noinst_PROGRAMS += glib-print

glib_print_SOURCES = examples/glib-print.c
glib_print_CFLAGS = $(GOBJECT_CFLAGS) -I$(top_srcdir)/girepository
glib_print_LDADD = libgirepository-1.0.la $(GOBJECT_LIBS)