blob: 3d7f8e24e54732b20f0ba604c5c5dd584f4894c4 (
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 mkinstalldirs
clean-local :
rm -f *~
|