aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-05-08 14:24:32 +0200
committerSimon Busch <morphis@gravedo.de>2012-05-08 16:48:25 +0200
commit23be16051df3b95923cbd2d32c7fd8afbdb17d93 (patch)
tree85acf2d3e3cd446d7c4bed3bfffe5c44118c4239
parent5316e4b75a342056b2e5a0d85fdc532722c6f169 (diff)
downloadcornucopia-23be16051df3b95923cbd2d32c7fd8afbdb17d93.tar.gz
cornucopia-23be16051df3b95923cbd2d32c7fd8afbdb17d93.tar.bz2
cornucopia-23be16051df3b95923cbd2d32c7fd8afbdb17d93.zip
libfsoframework: include missing vapi files in generate distribution archives
-rw-r--r--libfsoframework/Makefile.am1
-rw-r--r--libfsoframework/configure.ac1
-rw-r--r--libfsoframework/vapi/Makefile.am6
3 files changed, 8 insertions, 0 deletions
diff --git a/libfsoframework/Makefile.am b/libfsoframework/Makefile.am
index cb17d496..09c695bb 100644
--- a/libfsoframework/Makefile.am
+++ b/libfsoframework/Makefile.am
@@ -4,6 +4,7 @@ NULL =
SUBDIRS = \
fsoframework \
+ vapi \
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index 7b00c7bf..4a66a6a5 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -113,6 +113,7 @@ AM_CONDITIONAL( [WANT_DEBUG], [test x"$debug" = x"yes"])
AC_CONFIG_FILES([
Makefile
+ vapi/Makefile
fsoframework-2.0.pc
fsoframework/Makefile])
AC_OUTPUT
diff --git a/libfsoframework/vapi/Makefile.am b/libfsoframework/vapi/Makefile.am
new file mode 100644
index 00000000..fab81fe7
--- /dev/null
+++ b/libfsoframework/vapi/Makefile.am
@@ -0,0 +1,6 @@
+include $(top_srcdir)/Makefile.decl
+NULL =
+
+EXTRA_DIST += \
+ config.vapi \
+ $(NULL)