File: Makefile.am

package info (click to toggle)
libfsoresource 0.1.1~git20100517-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,304 kB
  • ctags: 101
  • sloc: sh: 10,183; makefile: 116
file content (24 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include $(top_srcdir)/Makefile.decl

NULL =

SUBDIRS = \
  fsoresource \
  tests \
  $(NULL)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fsoresource-2.0.pc

EXTRA_DIST += \
  MAINTAINERS \
  fsoresource-2.0.pc.in \
  $(NULL)

MAINTAINERCLEANFILES = \
  aclocal.m4 compile config.guess config.sub \
  configure depcomp install-sh ltmain.sh     \
  Makefile.in missing config.h.in            \
  mkinstalldirs \
  *~ \
  $(NULL)