File: Makefile.am

package info (click to toggle)
agsync 0.2-pre-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,044 kB
  • ctags: 1,183
  • sloc: ansic: 9,979; sh: 8,390; makefile: 86
file content (12 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs

INCLUDES = -I$(top_srcdir)/mal-files -I$(top_srcdir)/mal-files/client
METASOURCES = AUTO

bin_PROGRAMS =  agsync
SUBDIRS = mal-files
agsync_SOURCES = syncmain.c syncstream.c syncstream.h
EXTRA_DIST =  CHANGELOG MPL-1.1.txt README
agsync_LDADD = $(top_builddir)/mal-files/libmal-funcs.la
noinst_HEADERS = syncstream.h