blob: 38a943f9ba6b8d4f160c2d4d7895ade3f53f5b32 (
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 drive_id libhal libhal-storage hald tools fdi doc \
examples po
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = hal.pc hal-storage.pc
dbusdir = $(DBUS_SYS_DIR)
dist_dbus_DATA = hal.conf
DISTCLEANFILES = hal.pc hal-storage.pc intltool-extract intltool-merge intltool-update
EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in
clean-local :
rm -f *~
|