File: Makefile.am

package info (click to toggle)
wmctrl 1.07-6
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 424 kB
  • ctags: 62
  • sloc: ansic: 1,268; sh: 816; makefile: 53
file content (9 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

AM_CFLAGS = -Wall
AM_CPPFLAGS = @X_CFLAGS@ @GLIB_CFLAGS@
LDADD = @X_LIBS@ @X_PRE_LIBS@ -lX11 -lXmu @X_EXTRA_LIBS@ @GLIB_LIBS@

bin_PROGRAMS = wmctrl
wmctrl_SOURCES = main.c
man_MANS = wmctrl.1
EXTRA_DIST = $(man_MANS)