File: Makefile.am

package info (click to toggle)
esniper 2.27.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 580 kB
  • sloc: ansic: 4,425; sh: 926; makefile: 59
file content (14 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CFLAGS = @CURLCFLAGS@
LDADD = @CURLLIBS@

bin_PROGRAMS = esniper
esniper_SOURCES = auction.c auctionfile.c auctioninfo.c buffer.c esniper.c \
		history.c html.c http.c options.c util.c \
		auction.h auctionfile.h auctioninfo.h buffer.h esniper.h history.h \
		html.h http.h options.h util.h

man_MANS = esniper.1

EXTRA_DIST = getopt.c sample_auction.txt sample_config.txt COPYRIGHT \
		ReleaseBuild  esniper.dsp esniper.dsw esniper.mak esniper_man.html \
		$(man_MANS)