File: Makefile.am

package info (click to toggle)
wmxres 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: sh: 1,241; ansic: 221; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
bin_PROGRAMS = wmxres
wmxres_SOURCES = wmxres.c wmxres-mask.xbm wmxres-master.xpm
dist_man_MANS = wmxres.1

AM_CFLAGS = $(X11_CFLAGS) $(XXF86VM_CFLAGS) $(DOCKAPP_CFLAGS)
LIBS += $(X11_LIBS) $(XXF86VM_LIBS) $(DOCKAPP_LIBS)