File: Makefile.am

package info (click to toggle)
skstream 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,888 kB
  • ctags: 534
  • sloc: sh: 10,997; cpp: 2,605; makefile: 65
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)

noinst_PROGRAMS = ping

ping_SOURCES = ping.cpp ping.h

ping_LDADD = $(top_builddir)/skstream/libskstream-0.3.la