File: Makefile.am

package info (click to toggle)
netatalk 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,716 kB
  • sloc: ansic: 85,115; sh: 10,385; perl: 1,703; makefile: 1,363
file content (8 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
# Makefile.am for bin/aecho/

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys

bin_PROGRAMS = aecho

aecho_SOURCES = aecho.c
aecho_LDADD = $(top_builddir)/libatalk/libatalk.la