diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-22 13:36:48 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:19 +0100 |
commit | 8d97538c72b4f475d0f5b0a7f7a23fc756979a0a (patch) | |
tree | dd84b0921a500532eae7497e6b04777967cca394 /configure.ac | |
parent | 6b696056333bbefa19fc5296f14d2f71e2a82594 (diff) |
build: setup all data (polkit, icon, dbus...) in the same `data' directory
Also fixed dist when not using polkit, the icon was no longer included in the
tarball.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 194363ce..036b6461 100644 --- a/configure.ac +++ b/configure.ac @@ -173,6 +173,7 @@ AM_CONDITIONAL(WMC_STANDALONE, test "yes" = "no") AC_CONFIG_FILES([ Makefile marshallers/Makefile +data/Makefile include/Makefile build-aux/Makefile libmm-common/Makefile @@ -188,7 +189,6 @@ plugins/Makefile test/Makefile introspection/Makefile po/Makefile.in -policy/Makefile docs/Makefile docs/man/Makefile docs/man/modem-manager.8 |