summaryrefslogtreecommitdiff
path: root/libhal-storage
diff options
context:
space:
mode:
authorGuillem Jover <guillem.jover@nokia.com>2007-05-02 00:05:10 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-05-02 00:05:10 -0400
commitb023f793ea9791acdda64fbab5b3536deb793454 (patch)
tree309e21ec948fc37247588a1fde832eca09411d36 /libhal-storage
parenta0997ff7f0ced238e702f2b0e201038687ede468 (diff)
update configure.in and use autoreconf
Update the autotools files to not use obsolete macros and variables and add proper quotation. Switch to autoreconf which will call any needed program. Also autoreconf -Wall should be clean now (except for external problems).
Diffstat (limited to 'libhal-storage')
-rw-r--r--libhal-storage/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhal-storage/Makefile.am b/libhal-storage/Makefile.am
index 6085d2fa..3c7259bd 100644
--- a/libhal-storage/Makefile.am
+++ b/libhal-storage/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = -I$(top_srcdir)/libhal \
+AM_CPPFLAGS = -I$(top_srcdir)/libhal \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
@DBUS_CFLAGS@