summaryrefslogtreecommitdiff
path: root/libhal-storage/Makefile.am
blob: 3c7259bd5e2e07de9a37b88b8973a920ab4de94e (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
25
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(top_srcdir)/libhal \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
	@DBUS_CFLAGS@

lib_LTLIBRARIES=libhal-storage.la

libhal_storageincludedir=$(includedir)/hal

libhal_storageinclude_HEADERS =                                   \
	libhal-storage.h

libhal_storage_la_SOURCES =                                       \
	libhal-storage.c                  libhal-storage.h


libhal_storage_la_LIBADD = @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la

libhal_storage_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)


clean-local :
	rm -f *~