File: Makefile.am

package info (click to toggle)
bidwatcher 1.3.17-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 936 kB
  • ctags: 717
  • sloc: cpp: 6,505; sh: 2,970; makefile: 62
file content (11 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#turned off biddaemon for now
SUBDIRS=pixmaps
bin_PROGRAMS=bidwatcher
#bin_PROGRAMS=bidwatcher biddaemon
bidwatcher_SOURCES=bidwatcher.cpp helpers.cpp netstuff.cpp bidwatcher.h bidgroup.cpp bidgroup.h bidgui.cpp bidgui.h portability.h
#biddaemon_SOURCES=daemon.c daemon.h
LDADD=-lX11 -lXext @LIBCURL@
man_MANS = bidwatcher.1
EXTRA_DIST=README quick_start.html ChangeLog $(man_MANS)
ACLOCAL=aclocal -I m4