summaryrefslogtreecommitdiff
path: root/hald/Makefile.am
blob: 227e9fb14203eebc82b33c2bad49664127fa610c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_BIN_DIR=\""$(bindir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	@PACKAGE_CFLAGS@

bin_PROGRAMS = hald

hald_SOURCES =                                           \
        main.c                                           \
                                  logger.h               \
        device_store.c            device_store.h         \
        device_info.c             device_info.h         

hald_LDADD = @PACKAGE_LIBS@

clean-local :
	rm -f *~