blob: edaf740ae1ef0da61073976313054630e7095ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Process this file with automake to produce Makefile.in
SUBDIRS = volume_id libhal libhal-storage libhal-policy hald hald-runner tools \
fdi doc examples po
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = hal.pc hal-storage.pc hal-policy.pc
dbusdir = $(DBUS_SYS_DIR)
dist_dbus_DATA = hal.conf
DISTCLEANFILES = hal.pc hal-storage.pc hal-policy.pc intltool-extract intltool-merge intltool-update
EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal-policy.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in mkinstalldirs
clean-local :
rm -f *~
|