File: Makefile.am

package info (click to toggle)
logjam 4.4.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,244 kB
  • ctags: 3,953
  • sloc: ansic: 22,654; sh: 8,360; makefile: 273
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUTOMAKE_OPTIONS = dist-bzip2

if WITH_GTK
MAYBE_IMAGES = images
endif

# dependencies
#   src: images     (pixbufs.h)
#   protocol: util  (libgxr)
SUBDIRS = data doc po util protocol $(MAYBE_IMAGES) src

EXTRA_DIST = ChangeLog \
	     intltool-extract.in intltool-merge.in intltool-update.in
DISTCLEANFILES = intltool-extract.in intltool-merge.in intltool-update.in