File: Makefile.am

package info (click to toggle)
keybinder 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,488 kB
  • ctags: 158
  • sloc: sh: 10,224; ansic: 520; makefile: 105; python: 10
file content (9 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
INCLUDES = $(LUA_INCLUDE) $(GTK_CFLAGS) -I../libkeybinder

AM_CFLAGS = -Wall

luakeybinderdir = $(libdir)/lua/$(LUA_VERSION)
luakeybinder_LTLIBRARIES = keybinder.la
keybinder_la_LDFLAGS = -module -avoid-version
keybinder_la_LIBADD = ../libkeybinder/libkeybinder.la $(LUA_LIB)
keybinder_la_SOURCES = lkeybinder.c