aboutsummaryrefslogtreecommitdiffstats
path: root/libfsosystem/Makefile.am
blob: 11d1a9b6b2545ded5cf383d228642122d58dd104 (plain)
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 = \
  fsosystem \
  tests \
  vapi \
  $(NULL)

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

EXTRA_DIST += \
  MAINTAINERS \
  fsosystem-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)