File: Makefile.am

package info (click to toggle)
libnet0 1.0.2a-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 2,860 kB
  • ctags: 858
  • sloc: sh: 9,149; ansic: 9,055; makefile: 192
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
include $(top_srcdir)/Makefile.am.common

SUBDIRS = src include

EXTRA_DIST = Makefile.am.common

bin_SCRIPTS = libnet-config

version.h: VERSION
	sed -e 's/.*/#define VERSION "&"/' < $< > $@