[msitools] build-sys: add missing include/Makefile.am
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] build-sys: add missing include/Makefile.am
- Date: Wed, 23 Jan 2013 17:06:15 +0000 (UTC)
commit e31c22f75d5229d5a9711de4c560be36c164d4bf
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Wed Jan 23 18:04:04 2013 +0100
build-sys: add missing include/Makefile.am
include/Makefile.am | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..0cd604c
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,17 @@
+NULL =
+
+ENUMS_FILES = libmsi-types.h
+
+ENUMS = \
+ ../libmsi/libmsi-enums.c \
+ libmsi-enums.h \
+ $(NULL)
+
+$(ENUMS): %: %.etemplate $(ENUMS_FILES)
+ $(AM_V_GEN)$(GLIB_MKENUMS) --template $^ > $@
+
+BUILT_SOURCES = $(ENUMS)
+
+EXTRA_DIST = libmsi-enums.h.etemplate
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]