File: Makefile.am

package info (click to toggle)
matchbox-keyboard 0.2%2Bgit20160713-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 964 kB
  • sloc: ansic: 5,800; xml: 1,438; makefile: 201; sh: 2
file content (8 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
PREFIXDIR  = $(prefix)

INCLUDES = -DAPPDIR=\"$(top_builddir)/src\" $(GTK2_CFLAGS)

noinst_PROGRAMS = matchbox-keyboard-gtk-embed

matchbox_keyboard_gtk_embed_SOURCES=matchbox-keyboard-gtk-embed.c
matchbox_keyboard_gtk_embed_LDADD=$(GTK2_LIBS)