File: Makefile.am

package info (click to toggle)
gob 1.0.12-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 816 kB
  • ctags: 721
  • sloc: ansic: 6,050; yacc: 1,129; lex: 503; sh: 335; perl: 320; makefile: 104
file content (10 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
SUBDIRS = @SUBDIRS@
DIST_SUBDIRS = src doc examples

m4dir=$(datadir)/aclocal
m4_DATA=gob.m4

EXTRA_DIST = gob.spec.in $(m4_DATA)

dist-hook: gob.spec
	cp gob.spec $(distdir)